-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
64 lines (64 loc) · 1.47 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
{
"name": "sema",
"displayName": "sema",
"description": "A theme that focuses on what’s important",
"publisher": "arzg",
"license": "MIT",
"repository": {
"url": "https://github.com/arzg/sema"
},
"version": "1.12.1",
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Themes"
],
"scripts": {
"package": "vsce package"
},
"contributes": {
"themes": [
{
"label": "sema",
"uiTheme": "vs-dark",
"path": "./themes/sema-color-theme.json"
},
{
"label": "sema chroma",
"uiTheme": "vs-dark",
"path": "./themes/sema chroma-color-theme.json"
},
{
"label": "sema soft",
"uiTheme": "vs-dark",
"path": "./themes/sema soft-color-theme.json"
},
{
"label": "sema soft chroma",
"uiTheme": "vs-dark",
"path": "./themes/sema soft chroma-color-theme.json"
},
{
"label": "sema light",
"uiTheme": "vs",
"path": "./themes/sema light-color-theme.json"
},
{
"label": "sema light chroma",
"uiTheme": "vs",
"path": "./themes/sema light chroma-color-theme.json"
},
{
"label": "sema light soft",
"uiTheme": "vs",
"path": "./themes/sema light soft-color-theme.json"
},
{
"label": "sema light soft chroma",
"uiTheme": "vs",
"path": "./themes/sema light soft chroma-color-theme.json"
}
]
}
}