Gruvbox Crisp Color Theme Collection



A collection of high-contrast VSCode themes based on the Gruvbox color scheme, optimized for clarity, readability, and enhanced language support.
Acknowledgment
This theme collection is based on the excellent Gruvbox Theme by jdinhify. The original theme provided a solid foundation for building these customized variants. The Anysphere Blend variant is inspired by the Cursor Dark Anysphere theme.
Changes from Original Theme
- Higher contrast between background and foreground colors
- Modified semantic token colors for better readability
- Enhanced syntax highlighting for modern language features
- Adjusted UI element colors for clearer visual hierarchy
- Optimized terminal colors for better visibility
- Refined bracket pair colorization
- Added comprehensive LaTeX support with specialized syntax highlighting
Features
- High contrast theme based on Gruvbox Dark
- Clear, non-hazy foreground colors
- Optimized syntax highlighting for multiple languages
- Consistent UI elements
- Semantic token coloring support
Installation
From VSCode Marketplace
- Open VSCode
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Gruvbox Crisp"
- Click Install
From GitHub
- Clone the repository:
git clone https://github.com/vatsalsy/gruvbox_custom_themes.git
- Open VSCode
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Click "Install from VSIX..."
- Select the
.vsix
file from the cloned repository
Theme Variants
This collection includes four variants of the Gruvbox Dark theme:
- High Contrast (Hard) - Uses the darkest background (#1d2021) for maximum contrast
- Medium - Uses a balanced background (#282828) for comfortable viewing
- Soft - Uses a softer background (#32302f) for reduced eye strain
- Anysphere Blend - A fusion of Gruvbox structure with Cursor Dark Anysphere colors
All variants maintain the same high-quality syntax highlighting and specialized language support, differing in their background intensity and color schemes.
Gruvbox Crisp Anysphere Blend
The newest addition to the collection, Gruvbox Crisp Anysphere Blend, combines the structured token highlighting of Gruvbox with the modern color palette of Cursor Dark Anysphere:
- Modern UI: Adopts Cursor's darker gray backgrounds (#1a1a1a for editor, #141414 for sidebars) with cleaner borders and highlights
- Refined Color Palette: Uses Cursor's vibrant yet balanced colors:
- Red: #BF616A
- Green: #A3BE8C
- Yellow: #EBCB8B
- Blue: #88C0D0
- Purple: #A35DB0 (custom lighter purple, different from Gruvbox's #d3869b)
- Magenta: #B48EAD
- Enhanced Readability: Maintains the excellent readability of Gruvbox while updating visual aesthetics
- Consistent Experience: Terminal colors and UI elements are harmonized with the editor theme
This variant provides a perfect blend for users who appreciate Gruvbox's token organization but prefer a more modern aesthetic inspired by Cursor's design language. The custom purple (#A35DB0) is one of the most distinctive features, used for constants, prototype objects, and other special language elements.
Color Palette (Original Gruvbox Variants)
The traditional variants use the following Gruvbox colors:
- Background: #1d2021 (Dark0 Hard)
- Foreground: #ebdbb2 (Light1)
- Red: #fb4934
- Green: #b8bb26
- Yellow: #fabd2f
- Blue: #83a598
- Purple: #d3869b
- Aqua: #8ec07c
- Orange: #fe8019
Language Support
Enhanced syntax highlighting for:
- Python
- JavaScript/TypeScript
- Java
- C/C++
- Go
- HTML/CSS
- JSON
- Markdown
- Shell scripts
- LaTeX (with specialized math, environment, and reference highlighting)
- And more...
Customization
To customize the theme, you can override settings in your settings.json
:
{
"workbench.colorCustomizations": {
"[Gruvbox Crisp (High Contrast, with TeX)]": {
// Add your customizations here
},
"[Gruvbox Crisp Anysphere Blend]": {
// Add your customizations here
}
}
}
Contributing
Feel free to open issues or submit pull requests on GitHub.
License
MIT License - see LICENSE file for details.