diff options
| author | kj_sh604 | 2026-02-28 17:51:05 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-28 17:51:05 -0500 |
| commit | bcdb5771cab4b88cbf34701fb07a9ba2da3221ed (patch) | |
| tree | 848f8d36e0b6456fea95fe7af145443503a8c5bf | |
| parent | 0c730ae8d28625c71e2d8377141b342d1f0db6b8 (diff) | |
refactor: kj_sh604-ify README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -31,11 +31,11 @@ a dark VSCode theme derived from the **Dark Pastel** palette found in Qterminal | |||
| 31 | cp -r . ~/.vscode/extensions/kijish | 31 | cp -r . ~/.vscode/extensions/kijish |
| 32 | ``` | 32 | ``` |
| 33 | 33 | ||
| 34 | Then restart VS Code and select **kijish** from the Color Theme picker (`Ctrl+K Ctrl+T`). | 34 | then restart VS Code and select **kijish** from the Color Theme picker (`Ctrl+K Ctrl+T`). |
| 35 | 35 | ||
| 36 | ### package and install via vsix | 36 | ### package and install via vsix |
| 37 | 37 | ||
| 38 | Requires [vsce](https://github.com/microsoft/vscode-vsce): | 38 | requires [vsce](https://github.com/microsoft/vscode-vsce): |
| 39 | 39 | ||
| 40 | ```sh | 40 | ```sh |
| 41 | npm install -g @vscode/vsce | 41 | npm install -g @vscode/vsce |
| @@ -51,4 +51,4 @@ make install # builds and installs automatically | |||
| 51 | 51 | ||
| 52 | ## license | 52 | ## license |
| 53 | 53 | ||
| 54 | This work is licensed under the Creative Commons CC0 1.0 Universal License. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \ No newline at end of file | 54 | this work is licensed under the Creative Commons CC0 1.0 Universal License. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \ No newline at end of file |
