Skip to content

Lazarus is a minimalist, elegant theme for Visual Studio Code that reduces distraction while improving readability and coding flow.

License

Notifications You must be signed in to change notification settings

josuapsianturi/lazarus

Repository files navigation

Lazarus Vs Code Theme

A calm, modern VS Code theme inspired by clarity and focus.


Table of contents


Getting started

Lazarus is a minimalist, elegant theme for Visual Studio Code that reduces distraction while improving readability and coding flow.

Dark theme preview Light theme preview

Installation

Launch extension Open:

  • Linux: Ctrl + shift + x
  • macOS: ⌘ + shift + x
  • Windows: Ctrl + shift + x

Paste the following command and search lazarus theme press Enter:

Look for the one authored by Josua P. Sianturi and then install.


Override theme colors

You can fully customize the Lazarus theme by overriding specific colors using VS Code's built-in API.
Learn more in the Visual Studio Code Color Theme documentation.


Recommended settings for a better experience

{
    // Match Lazarus line spacing
    "editor.lineHeight": 26,
    
    // Enable font ligatures for better syntax highlighting
    "editor.fontLigatures": true,

    // Clean sidebar
    "explorer.decorations.badges": false,

    // Font smoothing
    "terminal.integrated.fontWeight": "500"
}

About

Lazarus is a minimalist, elegant theme for Visual Studio Code that reduces distraction while improving readability and coding flow.

Resources

License

Stars

Watchers

Forks

Packages

No packages published