Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Simple DarkNew to Visual Studio Code? Get it now.
Simple Dark

Simple Dark

travis

|
39,852 installs
| (9) | Free
A minimalist theme suite for focus. Includes Simple Dark & Light Soft (Eye-friendly) modes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Dark Theme

A minimalist theme suite for focus. Includes Simple Dark & Light Soft (Eye-friendly) modes.

Designed with a specific color philosophy to reduce cognitive load and improve code readability.

Design Philosophy

  • Function-First: Functions are Green, Parameters are Orange. This consistent pattern helps you quickly parse code structure.
  • Semantic Clarity: Distinct colors for native objects (DeepSkyBlue) vs custom types (Cyan), making it easy to distinguish built-in types from your own.
  • Accessibility: The Simple Light theme is designed with WCAG AA contrast standards in mind, ensuring readability even in bright environments.

Available Themes

  1. Simple Dark
    • The standard, balanced dark theme. Perfect for daily use.
  2. Simple Dark Soft
    • Lower saturation, softer contrast. Easy on the eyes for long coding sessions.
  3. Simple Light
    • A clean, high-contrast light theme.
    • Optimized for readability with darker syntax colors (Green/Orange) on a light background.
    • Includes specific semantic highlighting (e.g., Red strings) to distinguish from functions.
  4. Simple Light Soft (New!)
    • Eye-Care Focused: Uses the classic macOS Safari Reader Mode background (#F8F1E3) to reduce blue light and eye strain.
    • Paper-Like Experience: A warm, low-glare environment perfect for long reading and writing sessions.
    • Accessible: All syntax colors are calibrated to pass WCAG AA contrast standards on the warm background.

Screenshots

Editor Appearance

appearance

TypeScript / JavaScript

ts

C#

dotnet

PHP

php

HTML

html

LESS / CSS

less

Installation

  1. Open Extensions sidebar in VS Code.
  2. Search for Simple Dark.
  3. Click Install.
  4. Press Cmd+K Cmd+T (macOS) or Ctrl+K Ctrl+T (Windows/Linux) and select one of the Simple themes.

Customization

You can customize specific colors in your settings.json:

Workbench Colors (UI)

"workbench.colorCustomizations": {
  "[Simple Dark]": {
    "tab.activeBorder": "#ff0000",
    "sideBar.background": "#202124"
  },
  "[Simple Light]": {
    "sideBar.background": "#fafafa"
  }
}

Syntax Highlighting

"editor.tokenColorCustomizations": {
  "[Simple Dark]": {
    "functions": "#00E673"
  },
  "[Simple Light]": {
    "functions": "#048043"
  }
}

Feedback

If you like this theme, please give it a star on GitHub! Issues and Pull Requests are welcome.

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