Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>One Dark MinimalNew to Visual Studio Code? Get it now.
One Dark Minimal

One Dark Minimal

MrRevillod

|
405 installs
| (1) | Free
A modern and minimal color theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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:

  • File Icon Theme: Symbols
  • Product Icon Theme: Fluent Icons

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:

  • Use Nerd Fonts: Official website - Github repository
"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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft