-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "xslt-dark-themes",
"displayName": "XSLT Dark Themes",
"publisher": "deltaxml",
"repository": {
"type": "git",
"url": "https://github.com/DeltaXML/xslt-dark-themes"
},
"license": "MIT",
"description": "Popular dark color themes enhanced for XSLT/XPath semantic tokens",
"version": "0.0.6",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/DeltaXML/xslt-dark-themes/issues"
},
"contributes": {
"themes": [
{
"label": "X Nord Dark",
"uiTheme": "vs-dark",
"path": "./themes/nordx-color-theme.json"
},
{
"label": "X Tokyo Night Storm",
"uiTheme": "vs-dark",
"path": "./themes/tokyo-night-stormx.json"
},
{
"label": "X Gruvbox Material Dark",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-x-theme.json"
},
{
"label": "X Gruvbox Material Dark - Borders",
"uiTheme": "vs-dark",
"path": "./themes/gruvbox-x-borders-theme.json"
},
{
"label": "X Darcula from Intellij",
"uiTheme": "vs-dark",
"path": "./themes/darcula-from-intellij-x.json"
},
{
"label": "X Iceberg",
"uiTheme": "vs-dark",
"path": "./themes/iceberg-x-theme.json"
},
{
"label": "X Zenburn",
"uiTheme": "vs-dark",
"path": "./themes/zenburn-x-theme.json"
},
{
"label": "X Moegi Dark Vitesse",
"uiTheme": "vs-dark",
"path": "./themes/moegi-v-x-theme.json"
}
]
}
}