-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "typedark",
"displayName": "TypeDark",
"description": "Dark theme with useful semantic highlighting.",
"version": "1.1.20",
"icon": "images/icon.png",
"repository": {
"url": "https://github.com/BonnyAD9/TypeDark"
},
"publisher": "BonnyAD9",
"author": {
"name": "BonnyAD9",
"url": "https://github.com/BonnyAD9",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme", "dark theme", "dark", "yellow", "contrast", "accent",
"semantic", "cyan", "magenta", "orange", "light theme"
],
"contributes": {
"themes": [
{
"label": "TypeDark Yellow",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-yellow-color-theme.json"
},
{
"label": "TypeDark Cyan",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-cyan-color-theme.json"
},
{
"label": "TypeDark Magenta",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-magenta-color-theme.json"
},
{
"label": "TypeDark Kumuhana",
"uiTheme": "vs-dark",
"path": "./themes/TypeDark-kumuhana-color-theme.json"
}
]
}
}