diff options
| author | kj_sh604 | 2026-02-28 17:46:08 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-28 17:46:08 -0500 |
| commit | 5c57a8dd0bcfce296d8d41b4d9593cd111d42382 (patch) | |
| tree | 07a99891648dca9aed5269fdc80da624a3ab207a /package.json | |
| parent | 1d52581134911c642105b283f8735a46d02f2490 (diff) | |
refactor: kijish-20260228-1743.vsix
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 27 |
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" + } +} |
