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

Lazarus Resurrection Theme

Josua Sianturi

|
19 installs
| (1) | Free
A bold, resurrected dark theme — inspired by Lazarus' revival, bringing your code to life with fresh energy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lazarus Resurrection Theme

Theme Preview

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

  1. Open VS Code extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "Lazarus Resurrection Theme"
  3. Click Install
  4. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  5. Select "Preferences: Color Theme"
  6. 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

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