Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 997 Bytes

File metadata and controls

9 lines (8 loc) · 997 Bytes

Contribute

  1. Clone and open this repository 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 "Angular ..." theme you want to update.
  4. Make changes to the /theme folder.
    • 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. Once you're happy, commit your changes and open a PR.