Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 1.32 KB

Contribute to this theme

  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 and pick Windows XP Luna (Light)
  4. Update files under /themes/ or /icons/ folders.
    • 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 macOS) in the Extension Development Host window.
    • Icons: For changes to the icons, take a look at the File Icon Theme reference.
  5. Commit your changes and open a PR.

Note:

  • Changes to the theme files are automatically applied to the Extension Development Host window, so no reloading should be necessary.