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
- Host: GitHub
- URL: https://github.com/guasam/vyom-vscode-theme
- Owner: guasam
- License: other
- Created: 2022-06-14T19:24:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T15:46:48.000Z (about 2 years ago)
- Last Synced: 2025-01-12T22:46:34.211Z (5 months ago)
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Vyom Theme
A professional dark theme for Visual Studio Code (Editor)
Vyom Theme - Visual Studio Marketplace
## 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

- Font in use : **Jetbrains Mono**
- File Icons in use : **Material Icon Theme**
## Language Screenshots
Typescript + React

Vue

JSON

C++

Java

PHP

## 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!