robrichard / macos-dark-mode-theme

A VSCode theme designed for macOS Dark Mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

About

A VSCode theme designed for macOS Dark Mode. There are two versions of the theme. The first is based on the XCode dark mode color scheme, the second uses slightly warmer values for the orange and pink shades, and is based on recent devtools updates to the OS dark mode color scheme.

Screenshots

JavaScript

JavaScript

React

React

HTML

HTML

CSS

CSS

JavaScript - Warm

JavaScript

React - Warm

React

HTML - Warm

HTML

CSS - Warm

CSS

Related Customization

Colors for Bracket Pair Colorizer

"bracketPairColorizer.consecutivePairColors": [
  "()",
  "[]",
  "{}",
  ["#f977ae", "#587EA8", "#a79df7", "#9effff"],
  "#f2e5bc"
]

Colors for Indent Rainbow

"indentRainbow.colors": [
  "rgba(251, 118, 175, 0.05)",
  "rgba(88, 125, 169, 0.05)",
  "rgba(168, 154, 249, 0.05)",
  "rgba(156, 255, 255, 0.05)"
]

Theme Icons

Theme icon options original from David Waters MacOS Modern VSCode Theme

About

A VSCode theme designed for macOS Dark Mode

License:ISC License