-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "kot-stream-theme",
"displayName": "KotStream Theme",
"description": "KotStream Theme for Visual Studio Code",
"icon": "icon.png",
"version": "2.1.4",
"publisher": "ruslanusmanov",
"repository": "https://github.com/owlruslan/kot-stream-theme-vscode",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"keywords": [
"Intellij",
"JetBrains",
"IDEA",
"Light",
"WebStorm"
],
"contributes": {
"themes": [
{
"label": "KotStream Theme",
"uiTheme": "vs",
"path": "./themes/Kot Stream Theme-color-theme.json"
},
{
"label": "KotStream Theme Extended",
"uiTheme": "vs",
"path": "./themes/Kot Stream Theme-color-theme-extended.json"
},
{
"label": "KotStream Theme Dark",
"uiTheme": "vs-dark",
"path": "./themes/Kot Stream Theme-color-theme-dark.json"
},
{
"label": "KotStream Theme Dark Extended",
"uiTheme": "vs-dark",
"path": "./themes/Kot Stream Theme-color-theme-dark-extended.json"
},
{
"label": "KotStream Theme Dark Functional",
"uiTheme": "vs-dark",
"path": "./themes/Kot Stream Theme-color-theme-dark-functional.json"
}
]
}
}