HHY C++ Light Theme
A custom light color theme for Visual Studio Code, specifically optimized for C++ development with enhanced syntax highlighting.
Features
- Light theme optimized for daytime coding
- Enhanced C++ syntax highlighting with carefully chosen colors
- Improved readability with high contrast and clear distinction between different code elements
- Professional appearance suitable for long coding sessions
Color Scheme
Editor Colors
- Background: Clean white (#ffffff)
- Foreground: Deep black (#000000)
- Selection: Light blue (#b0c5e3)
- Line highlight: Subtle blue (#e9eff8)
- Find match: Highlighted blue (#b0c5e3cc)
Syntax Colors
- Keywords: Blue (#0000E6) - for C++ keywords like
class , template , namespace
- Functions: Bold black (#000000) - for function names
- Parameters: Pink italic (#FF006A) - for function parameters
- Strings: Orange (#CE7B00) - for string literals
- Comments: Gray (#969696) - for code comments
- Constants: Green italic (#009900) - for numeric constants
- Types: Blue (#0000E6) - for type names
Status Bar
- Background: Orange (#f67d04) - distinctive and professional
- Debugging: Red (#cc3333) - clear indication of debug mode
Installation
- Clone this repository
- Open the folder in VS Code
- Press
F5 to start debugging
- In the new VS Code window, go to
Ctrl+Shift+P → "Preferences: Color Theme"
- Select "Hhy C++ Light"
Development
This theme is built using the VS Code Extension API and follows the standard color theme format.
Contributing
Feel free to submit issues and enhancement requests!
License
This theme is licensed under the MIT License.
| |