- Clone and open this repository in VS Code
- Press
F5to open a new window with your extension loaded - Open
Code > Preferences > Color Theme[⌘k ⌘t] and pick the "Angular ..." theme you want to update. - Make changes to the
/themefolder.- 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 Scopescommand from the Command Palette (Ctrl+Shift+PorCmd+Shift+Pon Mac) in the Extension Development Host window.
- Once you're happy, commit your changes and open a PR.