Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Davion Theme - Premium Warm Color SchemesNew to Visual Studio Code? Get it now.
Davion Theme - Premium Warm Color Schemes

Davion Theme - Premium Warm Color Schemes

Mahdi Alavitabar

|
87 installs
| (3) | Free
🎨 Five premium dark themes with scientifically optimized warm colors. Eye-catching yet comfortable for extended coding. Enhanced contrast, modern syntax highlighting, and OLED-optimized backgrounds!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🔥 Davion Theme

A Beautiful, Warm Color Scheme for Visual Studio Code

Elevate your coding experience with vibrant orange accents and carefully crafted warm colors designed to reduce eye strain during long coding sessions.


✨ Features

🎨 5 Carefully Crafted Variants

  • Davion Theme - The original vibrant orange experience
  • Davion Theme Brownish - Warmer, earthy tones
  • Davion Theme Soft - Gentler on the eyes
  • Davion Theme Soren - Balanced and refined
  • Davion Theme Super Soft - Maximum comfort for extended sessions

🌈 Thoughtful Design

  • Harmonious color palette that reduces eye strain
  • Enhanced syntax highlighting for improved code readability
  • Semantic highlighting support for better code understanding
  • Carefully selected contrast ratios for accessibility

💻 Wide Language Support

  • Optimized for JavaScript, TypeScript, Python, Java, C++, Rust, Go
  • Excellent support for React, Vue, Angular, and modern frameworks
  • Great for HTML, CSS, SCSS, and preprocessors
  • Syntax highlighting for JSON, YAML, Markdown, and more

🎯 Developer-Focused

  • Dark themes designed for long coding sessions
  • Vibrant orange accents that don't overwhelm
  • Clear distinction between different code elements
  • Perfect balance between aesthetics and functionality

📦 Installation

Activation

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type Preferences: Color Theme
  3. Select your preferred Davion Theme variant

🎨 Theme Variants

Variant Description Best For
Davion Theme Vibrant orange with high contrast Those who love bold, energetic colors
Davion Theme Brownish Warmer, earthy orange tones A more subdued, professional look
Davion Theme Soft Gentler colors, reduced intensity Moderate eye strain reduction
Davion Theme Soren Balanced and refined palette General purpose, all-day coding
Davion Theme Super Soft Lowest contrast, maximum comfort Long sessions, low-light environments

🎛️ Customization

Personalize Davion Theme to your preferences:

  1. Go to File > Preferences > Settings (Ctrl+, / Cmd+,)
  2. Search for workbench.colorCustomizations
  3. Add your customizations

Example: Customize Editor Background

{
  "workbench.colorCustomizations": {
    "[Davion Theme]": {
      "editor.background": "#1a1a1a",
      "editor.lineHighlightBackground": "#2a2a2a"
    }
  }
}

Example: Customize Token Colors

{
  "editor.tokenColorCustomizations": {
    "[Davion Theme]": {
      "comments": "#6A9955",
      "strings": "#CE9178"
    }
  }
}

🚀 Recommended Settings

For the best experience with Davion Theme:

{
  "editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', Consolas, monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 14,
  "editor.lineHeight": 22,
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.smoothScrolling": true,
  "workbench.iconTheme": "material-icon-theme",
  "editor.semanticHighlighting.enabled": true
}

�‍💻 Author

Created by Mahdi Alavitabar

  • 🌐 Website: mahdialavitabar.com
  • 💼 LinkedIn: mahdialavitabar

�📝 License

This theme is released under the MIT License.


Happy Coding! 🚀

Made with passion for developers who appreciate beautiful code

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