An open API service indexing awesome lists of open source software.

https://github.com/guasam/vyom-vscode-theme

A simple sober dark theme for Visual Studio Code, especially for those who like to dig codebases in darkness
https://github.com/guasam/vyom-vscode-theme

Last synced: 3 months ago
JSON representation

A simple sober dark theme for Visual Studio Code, especially for those who like to dig codebases in darkness

Awesome Lists containing this project

README

        




logo



Vyom Theme





A professional dark theme for Visual Studio Code (Editor)


Vyom Theme - Visual Studio Marketplace





Version 
Rating 
Installs 
Downloads


## Installation

1. Open the Extensions from activity bar in Visual Studio Code `(Ctrl+Shift+X)`
2. Search for theme : `Vyom Theme`
3. Click Install Button


## Screenshots

User Interface

![Vyom Front](/images/front.png)

- Font in use : **Jetbrains Mono**
- File Icons in use : **Material Icon Theme**


## Language Screenshots

Typescript + React

![React](/images/react.png)

Vue

![Vue](/images/vue.png)

JSON

![JSON](/images/json.png)

C++

![C++](/images/cplusplus.png)

Java

![Java](/images/java.png)

PHP

![PHP](/images/php.png)


## Other Language Support

- C#
- Dart
- CSS
- HTML
- SCSS
- LESS
- Kotlin
- Markdown
- Javascript
- XML
- YAML


## Information & Tips 📌

These settings of editor might provide you a better experience with this theme :

```json
"editor.fontSize": 13,
"editor.lineHeight": 22,
"editor.suggestFontSize": 13,
"editor.padding.top": 10,
"terminal.integrated.lineHeight": 1.4,
"editor.fontFamily": "'Jetbrains Mono', 'Fira Code', Consolas, monospace",
"window.zoomLevel": 0.5,
"material-icon-theme.folders.color": "#90a4ae",
"material-icon-theme.saturation": 0.8,
"material-icon-theme.opacity": 0.8,
```


## Issue or Requests

Found any bug or have a request related to this project?
Feel free to submit an issue in project repository!