https://github.com/codesbiome/vscode-codesbiome-theme
Dark theme for Visual Studio Code
https://github.com/codesbiome/vscode-codesbiome-theme
codesbiome-theme dark-theme dark-vscode night visual-studio visual-studio-code vscode-theme
Last synced: about 1 month ago
JSON representation
Dark theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/codesbiome/vscode-codesbiome-theme
- Owner: codesbiome
- License: mit
- Created: 2019-12-14T14:42:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T07:00:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T22:49:13.751Z (3 months ago)
- Topics: codesbiome-theme, dark-theme, dark-vscode, night, visual-studio, visual-studio-code, vscode-theme
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Codesbiome Theme
> Custom Dark Theme for `Visual Studio Code` with clear colors for Code Syntax & UI Elements. Provides easy to ready environment when working at Night (Dim Light).
Screenshot :
HTML
Screenshot :
JSX/TSX
Screenshot :
CSS
Screenshot :
LESS
### Supported Languages
- `JavaScript`
- `TypeScript`
- `HTML`
- `CSS`
- `LESS`
- `SASS (SCSS)`
- `JSX (React)`
- `XML (XAML/YAML)`
- `Markdown`
- `JSON`
- `YAML`
- `PHP`
- `C#`
- `C++`
- `Svelte`
- `Dart`
- `GDScript`
### Information & Tips
If you're using Windows 10, these settings of `Visual Studio Code` might provide you a better experience :
```json
"editor.fontSize": 15,
"editor.lineHeight": 26,
"editor.suggestFontSize": 13,
"editor.padding.top": 10,
"terminal.integrated.lineHeight": 1.4
```- Text font used in screenshot files is `Jetbrains Mono`
- File icons theme used in screenshot is `Material Icon Theme`
- Terminal shell used in screenshot is `Cmder`
### Issue or Requests
Found anything invalid or have a request related to this project?
Feel free to create New Issue at respository here. Thank you!