A Minimal Dark Theme for Visual Studio Code

🇪🇸 ReadME [ES] - ReadME [EN] 🇺🇸

Description

One Dark Minimal is a sleek and modern dark theme designed for Visual Studio Code. It is based on the popular "One Dark Pro" theme, with the main objective of providing a minimalistic and clean appearance to the Visual Studio Code editor.

One Dark Minimal Preview

Features

  • Clean and minimal design, reducing distractions while coding.
  • Based on the renowned "One Dark Pro" theme, providing a polished and professional look.
  • Carefully selected colors to ensure optimal readability and comfort during long coding sessions.

Recommended Extensions

To further enhance your experience with One Dark Minimal, I recommend using the following icon themes:

To enable both themes you can add the following lines in your settings.json file

"workbench.productIconTheme": "fluent-icons",
"workbench.iconTheme": "symbols"

Better experience

If you want a more minimal environment, consider using the following configurations:

"editor.fontFamily": "CaskaydiaCove Nerd Font",
"editor.fontSize": 14

Enable smooth scrolling in the editor:

"editor.smoothScrolling": true

Set the cursor blink type:

"editor.cursorBlinking": "smooth"

Disable the minimap:

"editor.minimap.enabled": false

Disable the breadcrums

"breadcrumbs.enabled": false

Hide the vertical scrollbar:

"editor.scrollbar.vertical": "hidden"

Hide horizontal scrollbar:

"editor.scrollbar.horizontal": "hidden"

Disable scrolling beyond the last line:

"editor.scrollBeyondLastLine": false

Hide the line that separates the main editor and the secondary sidebar:

"editor.overviewRulerBorder": false