A vibrant dark theme with carefully selected syntax highlighting that's easy on the eyes for long coding sessions.
- Open Extensions sidebar panel in VS Code (
Ctrl+Shift+X/β+Shift+X) - Search for
Dark Vibes Theme - Click Install
- Click Reload to reload your editor
- Select the theme via File > Preferences > Color Theme > Dark Vibes
- π Deep blue-gray background that reduces eye strain
- π¨ Vibrant syntax highlighting with carefully selected colors
- π» Designed for readability in long coding sessions
- π Consistent highlighting across multiple languages
- π± Optimized UI elements for the entire VS Code interface
Dark Vibes provides enhanced syntax highlighting for a wide range of languages including:
- JavaScript/TypeScript
- HTML/CSS
- Python
- Java
- C/C++/C#
- PHP
- Ruby
- Go
- Rust
- JSON/YAML
- Markdown
- And many more!
Dark Vibes uses a carefully crafted color palette:
- Background:
#1E2433 - Foreground:
#D4D4D4 - Comments:
#6A9955 - Functions:
#4EC9B0 - Keywords:
#C586C0 - Strings:
#CE9178 - Variables:
#9CDCFE - Numbers/Constants:
#F78C6C - Tags:
#F92672
For the best experience with Dark Vibes, consider the following settings:
{
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 24,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorWidth": 2,
"editor.smoothScrolling": true
}If you'd like to contribute to this theme, please feel free to submit a PR on GitHub.
For any issues or suggestions, please open an issue on GitHub.
- Initial release of Dark Vibes
- Support for all major programming languages
- Optimized UI elements and syntax highlighting
Enjoy coding with Dark Vibes!





