primer / github-vscode-theme
- вторник, 12 мая 2020 г. в 00:22:22
JavaScript
GitHub's VS Code 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.
F5
to open a new window with your extension loadedCode > Preferences > Color Theme
[⌘k ⌘t
] and pick the "GitHub Light" or "GitHub Dark" themenpm install
to install the Primer CSS color reference and run npm start
to run the converter./src/theme.js
file.
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.Note:
Note: Publishing a new version of this theme is only meant for maintainers.
Prerequisite: Please follow this guide to install and login to vsce
. Ask an existing maintainer how to get the "Personal Access Token".
master
.vsce publish [version]
. Follow the SemVer convention and replace [version]
with one of the following options:
patch
for bug fixesminor
for improvementsmajor
for breaking or bigger changes