Cotton Candy Style Theme for VSCode
A bright, outstanding Visual Studio Code theme originally inspired by traditional Japanese aesthetics, featuring dark charcoal backgrounds, soft parchment-colored text, and indigo accents. The theme is designed to provide a calm, readable environment, with a focus on minimalism and subtlety.
Features
(Planned / Used to be)
- Custom Font: Uses the
UD Digi Kyokasho NK-R
Japanese font for enhanced readability and cultural flair.
- Warm Color Palette: Off-white text on a charcoal background for comfortable long coding sessions.
- Indigo Accents: Indigo for selections and highlights, providing a unique and calming aesthetic.
- Golden Cursor: A distinctive golden cursor for better visibility.
- Token Customization:
- Comments: Dark blue-gray
- Functions: Bright yellow
- Keywords: Pink
- Strings: Green
- Variables: Cyan
- Numbers: Orange
- Types: Light purple
Installation
Via Visual Studio Code Marketplace
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for
LunarQT Cotton Candy Theme
.
- Click Install.
Manual Installation
No information as of now.
Customization
You can easily modify this theme to suit your preferences by tweaking the following settings in your settings.json
file:
{
"editor.fontFamily": "'UD Digi Kyokasho NK-R', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontLigatures": false,
"workbench.colorTheme": "Cotton Candy Theme"
}
License
This theme is licensed under the MIT License.