Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Mac Dark ProNew to Visual Studio Code? Get it now.
Mac Dark Pro

Mac Dark Pro

Vinay

|
11 installs
| (1) | Free
A beautifully balanced dark theme for Visual Studio Code. Inspired by Xcode Dark. Two variants: Mac Dark Pro (original) and Mac Dark Pro Max (XCode-inspired syntax).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mac Dark Pro

The feel of Xcode. The power of VS Code.

Version Installs Rating

Full UI Preview


Screenshots

TypeScript & React

TypeScript Preview

JavaScript

JavaScript Preview

CSS

CSS Preview

HTML

HTML Preview

GoLang

GoLang Preview

Python

Python Preview


Languages

Frontend

TypeScript · JavaScript · React JSX/TSX · HTML · CSS · SCSS · Vue · Svelte · GraphQL · MDX · Astro

Backend

Python · Java · Go · Rust · PHP · C# · Kotlin · Swift · Ruby · Dart · Scala · R · Zig · Lua · C/C++

Database & ORM

SQL · Prisma · GraphQL

DevOps & Config

Docker · Shell/Bash · Terraform · YAML · JSON · TOML · .env · Nginx

Systems & Docs

Solidity · GLSL · WGSL · Regex · Markdown · Git Diff


Recommended Settings

{
  "editor.fontFamily": "JetBrains Mono, SF Mono, Fira Code, monospace",
  "editor.fontSize": 14,
  "editor.lineHeight": 1.75,
  "editor.fontLigatures": true,
  "editor.cursorStyle": "line-thin",
  "editor.cursorBlinking": "expand",
  "editor.smoothScrolling": true,
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs": true,
  "editor.minimap.enabled": false,
  "editor.formatOnSave": true,
  "workbench.iconTheme": "material-icon-theme",
  "editor.semanticHighlighting.enabled": true
}

Font tip: SF Mono is Apple's own monospace — pairs perfectly with Mac Dark Pro if you're on macOS. JetBrains Mono is a great free alternative.


Semantic Highlighting

For the best TypeScript and JavaScript experience, enable semantic highlighting:

"editor.semanticHighlighting.enabled": true

This activates 71 additional token rules that give functions, classes, interfaces, parameters, and more their own distinct colors based on what they actually are — not just their syntax position.


Installation

  1. Open Extensions Cmd+Shift+X
  2. Search Mac Dark Pro
  3. Click Install
  4. Press Cmd+K Cmd+T → select Mac Dark Pro

Feedback

Found a language that looks off? Open an issue — every report gets a response.


MIT License · Built for developers who live on a Mac.

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