Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.84 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.84 KB

Muted Nature - VS Code Color Theme

GitHub VS Code theme

VS Code color theme in dark, muted colors. Greens, browns, blues. Just like nature.

Install

  1. Go to VS Marketplace
  2. Click on the "Install" button

Contribute

  1. Clone and open this repo in VS Code
  2. Press F5 to open a new window with your extension loaded
  3. Open Code > Preferences > Color Theme [⌘k ⌘t] and pick the "Muted Nature (Dark)" or "Muted Nature (Light)" theme
  4. Make changes to the /themes/muted-nature-dark-color-theme.json or /themes/muted-nature-light-color-theme.json file.
    • UI: For all changes to the "outer UI", like (status bar, file navigation etc.), take a look at the Theme Color reference.
    • Syntax: For changes to the "code highlighting", examine the syntax scopes by invoking the Developer: Inspect Editor Tokens and Scopes command from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac) in the Extension Development Host window.
  5. Commit your changes and open a PR.

Recommended

References