Boongle Themes
A collection of four modern VS Code themes designed for developers who appreciate clean aesthetics with purple and orange accents.
🎨 Themes Included
Boongle Dark Classic
A very dark theme inspired by Cursor Dark, Visual Studio Dark, and GitHub Dark. Features:
- Ultra modern dark aesthetic
- Carefully balanced contrast for reduced eye strain
- Subtle purple accents throughout
- Professional appearance suitable for long coding sessions
Boongle Dark V0.2
An ultra modern dark theme with brutalist design elements and prominent purple accents:
- Extremely dark background (#0d0d0d) for maximum focus
- Vibrant purple (#a855f7) as the primary accent color
- High contrast syntax highlighting
- Modern, aggressive aesthetic for cutting-edge development
Boongle Light
A clean light theme with purple accents:
- Bright, clean background for daytime coding
- Purple (#7c3aed) accents for visual interest
- Excellent readability in well-lit environments
- Professional appearance with modern touches
Boongle Claude Dark
A dark theme styled exactly like Anthropic Claude's design:
- Dark background (#1a1a1d) matching Claude's interface
- Orange/amber (#ff6b35) accent color identical to Claude
- Professional appearance with Anthropic's signature color scheme
- Perfect for users who love Claude's aesthetic
🚀 Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "Boongle Themes"
- Click Install
Or install via the command line:
code --install-extension boongle.boongle-themes
🎯 Usage
- Open VS Code
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac)
- Type "Color Theme" and press Enter
- Select one of the Boongle themes:
- Boongle Dark Classic
- Boongle Dark V0.2
- Boongle Light
- Boongle Claude Dark
✨ Features
- Semantic Highlighting: Full support for VS Code's semantic token highlighting
- Comprehensive Coverage: Syntax highlighting for all major programming languages
- UI Integration: Complete theme coverage including editor, sidebar, activity bar, and more
- Accessibility: Carefully chosen contrast ratios for better readability
- Modern Design: Contemporary color schemes that reduce eye strain
🎨 Color Palette
Dark Themes
- Background: Near-black (#0d0d0d - V0.2, #1a1a1a - Classic)
- Foreground: Light gray (#f0f0f0 - V0.2, #e0e0e0 - Classic)
- Primary Accent: Purple (#a855f7 - V0.2, #8b5cf6 - Classic)
- Secondary Colors: Blue, Green, Yellow, Cyan for syntax highlighting
Light Theme
- Background: Pure white (#ffffff)
- Foreground: Dark gray (#1a1a1a)
- Primary Accent: Purple (#7c3aed)
- Secondary Colors: Blue, Green, Yellow, Cyan for syntax highlighting
🛠️ Supported Languages
Full syntax highlighting support for:
- JavaScript/TypeScript
- Python
- Java
- C/C++
- C#
- Go
- Rust
- HTML/CSS/SCSS
- JSON/YAML
- Markdown
- And many more...
🔧 Customization
The themes are designed to work out of the box, but you can further customize them in your VS Code settings:
{
"editor.tokenColorCustomizations": {
"[Boongle Dark Classic]": {
// Your customizations here
}
}
}
📝 Changelog
v1.0.0
- Initial release
- Three themes: Boongle Dark Classic, Boongle Dark V0.2, Boongle Light
- Full semantic highlighting support
- Comprehensive UI theming
🤝 Contributing
Contributions are welcome! Please feel free to submit issues and enhancement requests.
📄 License
MIT License - see the LICENSE file for details.
🔗 Links
Made with ❤️ by the Boongle Team