🎄 Coca-Cola Christmas Theme for Visual Studio Code
Transform your coding environment into a festive winter wonderland with classic holiday colors inspired by the iconic Coca-Cola Christmas aesthetic.

✨ Features
- 🌨️ Deep Winter Nights: Rich, dark backgrounds that evoke cozy winter evenings
- ❄️ Snow-White Text: Crisp, clean white text that's easy on the eyes during long coding sessions
- 🎅 Classic Coca-Cola Red: Iconic red accents for keywords and important elements
- 🎄 Holly Green: Natural green tones for strings and success states
- ✨ Warm Golden Highlights: Festive gold colors for constants and special elements
- 🔔 Frosted Glass Blue: Cool blue tones for functions and information
- 🎁 Two Festive Variants: Choose between regular and soft versions
- 🌟 Full Semantic Highlighting: Complete support for modern VS Code features
🎨 Color Palette
Main Theme Colors
- Background Primary:
#0d0d0d - Deep winter night
- Background Secondary:
#1a1a1a - Cozy indoor warmth
- Text Primary:
#ffffff - Fresh snow white
- Accent Red:
#ec1c24 - Classic Coca-Cola red
- Holly Green:
#006400 - Traditional Christmas green
- Golden Yellow:
#ffd700 - Warm holiday lights
- Frosted Blue:
#e6f0ff - Winter frost effect
Soft Variant
The soft variant uses the same color philosophy but with muted tones for extended coding sessions:
- Slightly warmer backgrounds
- Reduced contrast for eye comfort
- Softer accent colors
🚀 Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Coca-Cola Christmas"
- Click Install
- Reload VS Code
Manual Installation
- Download the
.vsix file from releases
- Open VS Code
- Press Ctrl+Shift+P / Cmd+Shift+P
- Type "Extensions: Install from VSIX"
- Select the downloaded file
🎯 Activation
- Open VS Code Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type "Preferences: Color Theme"
- Select one of:
- Coca-Cola Christmas - Full festive experience
- Coca-Cola Christmas Soft - Muted holiday variant
🎄 Theme Variants
🎅 Coca-Cola Christmas (Regular)
Perfect for getting into the holiday spirit while coding! Features:
- High contrast for maximum readability
- Vibrant holiday colors
- Classic Christmas aesthetic
- Ideal for daytime coding
🕯️ Coca-Cola Christmas Soft
Designed for extended coding sessions during long winter nights:
- Reduced eye strain
- Softer color transitions
- Muted holiday tones
- Perfect for evening/night coding
🖼️ Screenshots
JavaScript/TypeScript

HTML/CSS

Python

Terminal

🎁 Language Support
This theme provides excellent syntax highlighting for:
- Web Technologies: HTML, CSS, JavaScript, TypeScript, React, Vue, Angular
- Backend Languages: Python, Java, C#, PHP, Ruby, Go, Rust
- Data & Config: JSON, YAML, XML, TOML, INI
- Documentation: Markdown, reStructuredText
- Databases: SQL, MongoDB queries
- DevOps: Docker, Kubernetes, CI/CD configs
- And many more!
🎨 Customization
You can customize the theme colors in your VS Code settings:
{
"workbench.colorCustomizations": {
"[Coca-Cola Christmas]": {
"editor.background": "#0d0d0d",
"editor.foreground": "#ffffff"
}
},
"editor.tokenColorCustomizations": {
"[Coca-Cola Christmas]": {
"comments": "#d0d0d0",
"strings": "#006400"
}
}
}
🎄 Holiday Coding Tips
- 🎅 Regular Theme: Use for that classic Christmas feeling during daytime coding
- 🕯️ Soft Theme: Switch to this for late-night holiday coding sessions
- 🎁 Perfect for: Holiday projects, year-end deadlines, and festive hackathons
- 🌟 Share the Joy: Recommend to your development team for a unified festive experience
🔧 Recommended Settings
For the best experience with this theme, consider these VS Code settings:
{
"editor.fontFamily": "'Fira Code', 'Cascadia Code', 'JetBrains Mono', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.semanticHighlighting.enabled": true,
"editor.bracketPairColorization.enabled": true,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.fontFamily": "'Fira Code', 'Cascadia Code', monospace"
}
🐛 Issues & Feedback
Found a bug or have a suggestion? We'd love to hear from you!
🤝 Contributing
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature)
- Commit your changes (
git commit -m 'Add amazing feature')
- Push to the branch (
git push origin feature/amazing-feature)
- Open a Pull Request
Development Setup
# Clone the repository
git clone https://github.com/hakhangthu7558-sys/Coca-Cola-Christmas.git
# Install dependencies
npm install
# Package the extension
vsce package
# Install locally for testing
code --install-extension coca-cola-christmas-theme-1.0.0.vsix
📝 Changelog
See CHANGELOG.md for a detailed history of changes.
📄 License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
🎅 Credits
- Theme Design: Inspired by classic Coca-Cola Christmas advertising
- Color Psychology: Based on traditional holiday color schemes
- Typography: Optimized for code readability
- Icons: Holiday-themed emoji from Unicode standard
🌟 Show Your Support
If you enjoy this theme, please:
- ⭐ Star the repository
- 📝 Leave a review on the VS Code Marketplace
- 🐦 Share on social media with #CocaColaChristmasTheme
- ☕ Buy us a coffee to support development
🎄 Happy Holiday Coding!
May your code be bug-free and your holidays be bright! ✨
Made with ❤️ and holiday spirit by the Holiday Themes team
"The best way to spread Christmas cheer is coding loud for all to hear!" 🎵