Jellybeans Mono for VS Code
Port of the jellybeans.nvim mono palette to Visual Studio Code.
Features
- Mono palette with two accent colors (types/constants + functions), matching the Neovim variant.
- Rich UI color coverage (editor, lists, panels, inputs, terminal, tabs, etc.).
- Semantic token styling with modifiers and language-specific overrides for Python, Go, Rust, and TypeScript.
- Expanded TextMate scopes for regex, docs, markdown, and tags.
Screenshots
| Python |
Rust |
 |
 |
Install (local dev)
- Open this folder in VS Code.
- Run Run and Debug → Run Extension (or press F5).
- In the Extension Development Host window, select Jellybeans Mono (Dark).
Recommended settings
This extension provides defaults via configurationDefaults:
editor.semanticHighlighting.enabled: true
editor.bracketPairColorization.enabled: true
editor.bracketPairColorization.independentColorPoolPerBracketType: false
editor.guides.bracketPairs: active
editor.guides.indentation: true
You can override any of these in your user/workspace settings if you prefer different behavior.
Credits
Based on the mono palette from:
| |