summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-28 18:31:34 -0500
committerkj_sh6042026-02-28 18:31:34 -0500
commitd775fd3ddc07ab66ef8beef8a66384dc7c21b772 (patch)
treeadfea53b9fcf909e72f4b3a24112746c00900320
parent22a30c75d42055e5f54ec8ec22d2188507174404 (diff)
refactor: package.json
-rw-r--r--package.json10
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 @@
1{ 1{
2 "name": "kijish", 2 "name": "kijish-vscode-theme",
3 "displayName": "kijish", 3 "displayName": "KiJiSH Dark",
4 "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)", 4 "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)",
5 "version": "1.0.0-20260228-1743", 5 "version": "1.0.0-20260228-1830",
6 "publisher": "kj-sh604", 6 "publisher": "kj-sh604",
7 "license": "MIT", 7 "license": "MIT",
8 "engines": { 8 "engines": {
@@ -14,7 +14,7 @@
14 "contributes": { 14 "contributes": {
15 "themes": [ 15 "themes": [
16 { 16 {
17 "label": "kijish", 17 "label": "KiJiSH Dark",
18 "uiTheme": "vs-dark", 18 "uiTheme": "vs-dark",
19 "path": "./themes/kijish-color-theme.json" 19 "path": "./themes/kijish-color-theme.json"
20 } 20 }
@@ -24,4 +24,4 @@
24 "type": "git", 24 "type": "git",
25 "url": "https://github.com/kj-sh604/kijish-vscode-theme" 25 "url": "https://github.com/kj-sh604/kijish-vscode-theme"
26 } 26 }
27} 27} \ No newline at end of file