Update README.md

This commit is contained in:
simurai 2020-03-30 17:26:02 +09:00 committed by GitHub
parent abdccde3d8
commit 2523868f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@
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...
- **UI**: Edit `[/themes/light.json](https://github.com/primer/github-vscode-theme/blob/master/themes/light.json)`. Take a look at the [Theme Color](https://code.visualstudio.com/api/references/theme-color) reference.
- **syntax**: Edit `[/themes/syntax-light.json](https://github.com/primer/github-vscode-theme/blob/master/themes/syntax-light.json)`. To examine the syntax scopes, invoke the `Inspect TM Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) in the Extension Development Host window.
- **UI**: Edit [`/themes/light.json`](https://github.com/primer/github-vscode-theme/blob/master/themes/light.json). Take a look at the [Theme Color](https://code.visualstudio.com/api/references/theme-color) reference.
- **Syntax**: Edit [`/themes/syntax-light.json`](https://github.com/primer/github-vscode-theme/blob/master/themes/syntax-light.json). To examine the syntax scopes, invoke the `Inspect TM 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: