VSCode Theme based on the colour scheme of my portfolio
Go to file
2020-04-20 12:16:13 +09:00
.vscode Generate light theme 2020-03-24 15:30:23 +09:00
themes Use the same stuyle for all invalid scopes 2020-04-20 12:06:16 +09:00
.vscodeignore Generate light theme 2020-03-24 15:30:23 +09:00
CHANGELOG.md Update CHANGELOG.md 2020-04-18 01:27:33 +09:00
icon.png Add icon 2020-04-03 22:41:27 +09:00
LICENSE Initial commit 2020-03-24 14:07:31 +09:00
package.json 0.2.1 2020-04-18 01:27:49 +09:00
README.md Update README.md 2020-04-20 11:08:34 +09:00

GitHub VS Code theme

GitHub VS Code theme

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 "GitHub Light" theme
  4. Make changes to the /themes/light.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.

Note:

  • If possible use colors from Primer's color system.
  • Changes to the theme files are automatically applied to the Extension Development Host window, so no reloading should be necessary.

Override this theme

To quickly test something, you can also override this (or any other) theme in your personal config file. Please follow the guide in the color theme documentation.