summaryrefslogtreecommitdiff
path: root/package.json
blob: 849d6b0489160cd8dbe7c669ec5d6708a0847b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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-20260301-2055",
  "publisher": "kj-sh604",
  "license": "MIT",
  "engines": {
    "vscode": "^1.70.0"
  },
  "categories": [
    "Themes"
  ],
  "contributes": {
    "themes": [
      {
        "label": "KiJiSH Dark",
        "uiTheme": "vs-dark",
        "path": "./themes/kijish-color-theme.json"
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kj-sh604/kijish-vscode-theme"
  }
}