Inspired by my beloved calico cat Delilah, this theme brings the beautiful contrast and warmth of calico cat colors to your coding environment. Just as Delilah brightens my day with her unique patches of orange, black, and white fur (with hints of green eyes!), this theme aims to make your coding experience both visually pleasing and highly readable.
Created by Senne Bels
The Calico theme comes in six beautiful variants to suit your preferences:
- Calico Light Flat - A clean, flat design with light background
- Calico Dark Flat - A modern, flat design with dark background
- Calico Light - Classic light theme with subtle shadows and depth
- Calico Dark - Rich dark theme with dimensional elements
- Calico Light High Contrast - Enhanced contrast for accessibility
- Calico Dark High Contrast - Maximum contrast for low-light conditions
Just like Delilah's distinctive coat patterns, this theme features:
- Pure blacks for core syntax (like her black patches)
- Warm oranges for constants and types (like her orange spots)
- Clean whites for the background (like her white fur)
- Subtle browns and beiges for accents (like her tortoiseshell patterns)
- Flat Variants: Modern, clean design without shadows or depth effects
- Classic Variants: Subtle shadows and depth for a traditional IDE feel
- High Contrast: Enhanced readability and WCAG 2.1 compliance
- Semantic highlighting for TypeScript/JavaScript
- Rich language support including Python, Rust, HTML, CSS, and more
- Distinct colors for:
- Classes and types
- Functions and methods
- Variables and constants
- Strings and numbers
- Comments and documentation
- Carefully designed activity bar, sidebar, and status bar
- Consistent theme across all VS Code panels and widgets
- Terminal colors optimized for readability
- Git decoration colors that complement the theme
- Open VS Code
- Press
Ctrl/Cmd + P
- Type
ext install calico
- Press Enter
Or install from the VS Code Marketplace
For the optimal experience, try these settings:
{
"editor.renderWhitespace": "all",
"editor.fontFamily": "Fira Mono",
"editor.fontSize": 14,
"editor.semanticHighlighting.enabled": true
}
The theme has been tested and optimized for:
- TypeScript/JavaScript
- React/JSX
- Python
- Rust
- HTML/CSS
- JSON
- Markdown
- And more!
Contributions are welcome! Please feel free to:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
For major changes, please open an issue first to discuss what you would like to change.
# Clone the repository
git clone https://github.com/snenenenenenene/vscode-calico
# Install dependencies
npm install
# Make your changes
# Test the theme in VS Code
# Submit a PR
If you have suggestions or find any issues:
- Open an issue
- Submit a pull request
- Share pictures of your own calico cats! 🐱
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Delilah for being the perfect color palette inspiration and coding companion 🐱
See CHANGELOG.md for a list of changes and improvements.