Skip to content

A beautiful and subtile color theme for Visual Studio Code

License

Notifications You must be signed in to change notification settings

baukeposthuma/monolite

Repository files navigation

Monolite Theme

A beautifull dark theme that let's you focus on your code.

preview-dark

Installation

  1. Install theme from the Marketplace
  2. FilePreferencesColor ThemeMonolite Theme ⌘K⌘T

Alternatively install via CLI:

code --install-extension baukeposthuma.monolite

Recommended settings

To get the best experience possible, we recommend to add these settings to your settings.json.

"editor.fontLigatures": true,
"editor.fontFamily": "Operator Mono",
"workbench.colorTheme": "Monolite",
"workbench.editor.tabSizing": "shrink",