Lazarus Resurrection Theme

A dark theme for Visual Studio Code that combines deep blues with vibrant accents for optimal code readability and visual appeal. Designed for developers who want a professional yet distinctive coding environment.
Features
- Deep blue background (#182026) with cyan text (#88dbfd) for comfortable viewing
- Semantic syntax highlighting with carefully chosen colors
- HTML/CSS optimized with distinct colors for tags, attributes, and properties
- Balanced contrast for reduced eye strain during long coding sessions
Installation
- Open VS Code extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Lazarus Resurrection Theme"
- Click Install
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Select "Preferences: Color Theme"
- Choose "Lazarus Resurrection Theme"
Color Palette
Element |
Color |
Hex |
Sample |
Background |
Deep Blue |
#182026 |
 |
Foreground Text |
Cyan |
#88dbfd |
 |
Keywords |
Lime |
#c9e797 |
 |
HTML Tags |
Coral |
#ef7078 |
 |
HTML Attributes |
Purple |
#c28ee4 |
 |
CSS Properties |
Blue |
#93c5fd |
 |
CSS Values |
Green |
#86efac |
 |
Comments |
Gray |
#546e7a |
 |
Recommended Settings
For best experience, add these to your settings.json
:
{
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 20,
"editor.lineHeight": 40,
"workbench.colorCustomizations": {
"[Lazarus Resurrection Theme]": {
"editor.lineHighlightBackground": "#1e293b80"
}
}
}
Language Support
Optimized for:
- HTML/XML
- CSS/SCSS
- JavaScript/TypeScript
- Python
- Java
- C-family languages
- PHP
- Markdown
Customization
To override specific colors:
{
"workbench.colorCustomizations": {
"[Lazarus Resurrection Theme]": {
"editor.foreground": "#aaddff",
"editor.selectionBackground": "#334155"
}
},
"editor.tokenColorCustomizations": {
"[Lazarus Resurrection Theme]": {
"textMateRules": [
{
"scope": "entity.name.tag.html",
"settings": {
"foreground": "#ff9999"
}
}
]
}
}
}
Contributing
Found an issue or have suggestions?
Open an issue or submit a pull request.
License
MIT ©Josua Sianturi