From 2523868f11bd8e0b2556968edc8d46d51d902d34 Mon Sep 17 00:00:00 2001 From: simurai Date: Mon, 30 Mar 2020 17:26:02 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88c1014..5125e52 100644 --- a/README.md +++ b/README.md @@ -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: