🔥 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
- Open Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Type
Preferences: Color Theme
- 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:
- Go to File > Preferences > Settings (
Ctrl+, / Cmd+,)
- Search for
workbench.colorCustomizations
- 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
�📝 License
This theme is released under the MIT License.
Happy Coding! 🚀
Made with passion for developers who appreciate beautiful code