Skip to content

Emerion/muted-nature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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