diff options
| author | kj_sh604 | 2026-02-28 18:31:34 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-28 18:31:34 -0500 |
| commit | d775fd3ddc07ab66ef8beef8a66384dc7c21b772 (patch) | |
| tree | adfea53b9fcf909e72f4b3a24112746c00900320 /package.json | |
| parent | 22a30c75d42055e5f54ec8ec22d2188507174404 (diff) | |
refactor: package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index b0e16cd..f8a7d90 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "kijish", - "displayName": "kijish", + "name": "kijish-vscode-theme", + "displayName": "KiJiSH Dark", "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)", - "version": "1.0.0-20260228-1743", + "version": "1.0.0-20260228-1830", "publisher": "kj-sh604", "license": "MIT", "engines": { @@ -14,7 +14,7 @@ "contributes": { "themes": [ { - "label": "kijish", + "label": "KiJiSH Dark", "uiTheme": "vs-dark", "path": "./themes/kijish-color-theme.json" } @@ -24,4 +24,4 @@ "type": "git", "url": "https://github.com/kj-sh604/kijish-vscode-theme" } -} +}
\ No newline at end of file |
