aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorkj_sh6042026-02-28 17:46:08 -0500
committerkj_sh6042026-02-28 17:46:08 -0500
commit5c57a8dd0bcfce296d8d41b4d9593cd111d42382 (patch)
tree07a99891648dca9aed5269fdc80da624a3ab207a /package.json
parent1d52581134911c642105b283f8735a46d02f2490 (diff)
refactor: kijish-20260228-1743.vsix
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b0e16cd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "kijish",
+ "displayName": "kijish",
+ "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)",
+ "version": "1.0.0-20260228-1743",
+ "publisher": "kj-sh604",
+ "license": "MIT",
+ "engines": {
+ "vscode": "^1.70.0"
+ },
+ "categories": [
+ "Themes"
+ ],
+ "contributes": {
+ "themes": [
+ {
+ "label": "kijish",
+ "uiTheme": "vs-dark",
+ "path": "./themes/kijish-color-theme.json"
+ }
+ ]
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/kj-sh604/kijish-vscode-theme"
+ }
+}