A sleek, modern Visual Studio Code theme inspired by Material Palenight, designed for a visually appealing and comfortable coding experience.
- 🎨 Rich, vibrant colors with a dark aesthetic
- 🌙 Optimized for readability and contrast
- 🚀 Supports 20+ programming languages
- 👁️ Colorblind-friendly design
- 🎯 Semantic highlighting
- 🖥️ Perfect for both light and extended coding sessions
- Open Visual Studio Code
- Go to Extensions (
Ctrl+Shift+X) - Search for
Material Palenight Theme - Click Install
- Open the Command Palette (
Ctrl+Shift+P). - Select Preferences: Color Theme and choose
Material Palenight Theme.
The theme features a carefully curated color palette:
- Background:
#292D3E- Deep, comfortable dark background - Foreground:
#babed8- Soft, readable text - Primary:
#89DDFF- Bright blue for keywords and important elements - Secondary:
#f07178- Coral for variables and properties - Accent:
#C3E88D- Green for strings and literals - Function:
#82AAFF- Light blue for functions - Type:
#FFCB6B- Yellow for types and classes
{
"workbench.colorCustomizations": {
"editor.background": "#1E1E2E",
"editor.foreground": "#babed8"
}
}You can override specific token colors by adding to your settings:
{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "string.quoted",
"settings": {
"foreground": "#C3E88D"
}
}
]
}
}- Version: 1.3.0
- VS Code Compatibility: ^1.43.0
- License: MIT
- Publisher: daniel-duc
Theme not showing up
- Restart VS Code after installation
- Check if the theme is properly installed in
~/.vscode/extensions/
Colors look different than expected
- Check if you have any other color theme extensions conflicting
- Reset your workspace settings with
Ctrl+Shift+P>Preferences: Open Settings (JSON)
This project is licensed under the MIT License.
Made with ❤️ by Daniel Duc
