
Warm Sunset Theme
A beautiful VS Code theme that brings the magic of golden hour to your coding experience

Transform your coding environment with warm, cozy colors that reduce eye strain and create a delightful development experience.
Perfect for developers who love working during golden hour, even when the sun has set 🌇
🌅 Preview
Light Theme

Dark Theme

🎯 Why Choose Warm Sunset?
🔥 |
Dual Themes Beautiful light and dark variants for any time of day |
👁️ |
Eye-Friendly Carefully selected warm colors that reduce eye strain |
🎨 |
Thoughtful Design Every color has been chosen to create harmony and focus |
⚡ |
Enhanced Productivity Clear syntax highlighting improves code readability |
🌍 |
Universal Support Works beautifully with all major programming languages |
🎨 Color Palette
Each color tells a story of warmth and tranquility
☀️ Light Theme - Morning Glow
Background
#FAF4F2
Soft morning light
|
Primary
#FA906E
Warm coral sunset
|
Accent
#F5BC5E
Golden hour amber
|
🌙 Dark Theme - Evening Embrace
Background
#2A2023
Deep twilight plum
|
Primary
#FA906E
Warm coral glow
|
Accent
#F5BC5E
Moonlit amber
|
🔍 View Complete Color Specifications
Light Theme Palette
- Background:
#FAF4F2
- A soft, warm off-white background
- Foreground:
#384242
- A dark muted teal for text
- Primary:
#FA906E
- A warm coral accent color
- Secondary:
#FDE6DE
- A very soft coral for backgrounds
- Accent:
#F5BC5E
- A warm amber for highlights and warnings
- Muted:
#F5F1EB
- A soft beige for inactive elements
- Success:
#A6D18C
- A soft green for success indicators
- Warning:
#F4BC5F
- An amber tone for warnings
- Error:
#E06053
- A soft red for errors
Dark Theme Palette
- Background:
#2A2023
- A deep, warm dark plum background
- Foreground:
#C6D0F5
- A soft blue-lavender for text
- Primary:
#FA906E
- A warm coral accent color
- Secondary:
#403A40
- A muted plum for backgrounds
- Accent:
#F5BC5E
- A warm amber for highlights
- Muted:
#342D34
- A deep muted plum for inactive elements
- Success:
#A6D18C
- A soft green for success indicators
- Warning:
#E5C890
- A soft gold for warnings
- Error:
#E78284
- A soft red for errors
� Quick Start
Installation from VS Code Marketplace
# Method 1: Through VS Code
1. Open Extensions (Ctrl+Shift+X / Cmd+Shift+X)
2. Search "Warm Sunset Theme"
3. Click Install → Select theme variant
Alternative Installation Methods
� Manual Installation
- Download the latest release
- Extract to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS/Linux:
~/.vscode/extensions
- Restart VS Code and select your preferred theme
⚡ Command Line Installation
# Install via VS Code CLI
code --install-extension idominikosgr.warm-sunset-theme
🎛️ Activation
Ctrl+Shift+P
/ Cmd+Shift+P
→ Preferences: Color Theme
- Choose Warm Sunset - Light or Warm Sunset - Dark
- Enjoy your beautiful new coding environment! ✨
🎨 Make It Yours
Want to add your personal touch? Here's how to customize:
🛠️ Theme Customization Guide
- Open Settings → Open Settings (JSON) (
Ctrl+Shift+P
/ Cmd+Shift+P
)
- Add your customizations:
{
"editor.tokenColorCustomizations": {
"[Warm Sunset - Light]": {
"comments": "#95726A",
"strings": "#8B6F47"
},
"[Warm Sunset - Dark]": {
"comments": "#B5A9AF",
"strings": "#D4B896"
}
},
"workbench.colorCustomizations": {
"[Warm Sunset - Light]": {
"activityBar.background": "#F9E8E2"
},
"[Warm Sunset - Dark]": {
"activityBar.background": "#1F1A1D"
}
}
}
Love the theme? Here's how you can contribute:
🔧 Contributing Steps
- 🍴 Fork the repository
- 🌿 Create your feature branch:
git checkout -b amazing-feature
- 💫 Commit your changes:
git commit -m 'Add amazing feature'
- 🚀 Push to the branch:
git push origin amazing-feature
- 🎯 Open a Pull Request
� License & Credits
📄 License: MIT License - Free to use, modify, and distribute!
👨💻 Created with ❤️ by Dominikos Pritis
Inspired by the magical colors that paint the sky during golden hour 🌅
🌟 Show Your Support
If this theme makes your coding experience better, please consider:
- ⭐ Starring the repository
- 🐦 Sharing with fellow developers
- ☕ Buy me a coffee (optional)
Happy coding in warm, beautiful colors! ✨