Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Warm Sunset ThemeNew to Visual Studio Code? Get it now.
Warm Sunset Theme

Warm Sunset Theme

entro314.labs

|
21 installs
| (0) | Free
A beautiful theme with warm and cozy colors for both light and dark environments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Icon

Warm Sunset Theme

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

VS Code Marketplace Version License

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

Light Theme Preview Light Theme Preview

Dark Theme

Dark Theme Preview Dark Theme Preview

🎯 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
  1. Download the latest release
  2. Extract to your VS Code extensions directory:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS/Linux: ~/.vscode/extensions
  3. Restart VS Code and select your preferred theme
⚡ Command Line Installation
# Install via VS Code CLI
code --install-extension idominikosgr.warm-sunset-theme

🎛️ Activation

  1. Ctrl+Shift+P / Cmd+Shift+P → Preferences: Color Theme
  2. Choose Warm Sunset - Light or Warm Sunset - Dark
  3. Enjoy your beautiful new coding environment! ✨

🎨 Make It Yours

Want to add your personal touch? Here's how to customize:

🛠️ Theme Customization Guide
  1. Open Settings → Open Settings (JSON) (Ctrl+Shift+P / Cmd+Shift+P)
  2. 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"
    }
  }
}

🤝 Join the Community

Love the theme? Here's how you can contribute:

🐛 Found a bug? 💡 Have an idea? ⭐ Love it?
Report Issue Request Feature Star Repository

🔧 Contributing Steps

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch: git checkout -b amazing-feature
  3. 💫 Commit your changes: git commit -m 'Add amazing feature'
  4. 🚀 Push to the branch: git push origin amazing-feature
  5. 🎯 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! ✨

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft