A colorful, dark cozy Vscode colorscheme.
Originally a Neovim theme. I wish for this theme to be portable on all kinds of platforms. At the time of this writting is ported to:
- Neovim
- Nvchad
- Vscode (oh hey its this one!)
- Kitty terminal
- Alacritty terminal
Some of these ports are available at my dotfiles.
At the moment the theme is only available here at this repo. I'm not a big fan of Azure basically asking for me to give them my soul.
Download the .vsix file and under the ...
at the extensions section at the top you'll get a menu. Click on Install from .vsix
and click the .vsix file.
The theme is taylored for
- Javascript + JSX
- Rust
- C++
- JSON
- Python
- Ruby
- Shell
- HTML
- C#
- CSS
- YAML
- Markdown
{
"editor.cursorSmoothCaretAnimation" : true,
"editor.cursorBlinking": "expand",
"editor.overviewRulerBorder": false,
"editor.showFoldingControls" :"mouseover",
"editor.renderWhitespace": "none",
"editor.fontFamily": "Input Mono, SFMono-UltraLight, SourceCodePro-Light, Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "200",
"window.titleBarStyle":"custom",
"editor.quickSuggestionsDelay": 0,
}