-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.31 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
{
"name": "manjaro-dark",
"displayName": "Manjaro Dark",
"description": "Manjaro themes - color scheme based on Owl, OneDark Pro, Nord, Tokyo and Halcyon",
"icon": "icon.png",
"publisher": "asapdotid",
"author": {
"name": "Asapdotid",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/asapdotid/vscode-manjaro-theme.git"
},
"version": "0.0.12",
"engines": {
"vscode": "^1.78.0"
},
"categories": [
"Themes"
],
"keywords": [
"dark",
"theme",
"manjaro",
"color-theme"
],
"contributes": {
"themes": [
{
"label": "Manjaro OneDark",
"uiTheme": "vs-dark",
"path": "./themes/manjaro-onedark-color-theme.json"
},
{
"label": "Manjaro Owl",
"uiTheme": "vs-dark",
"path": "./themes/manjaro-owl-color-theme.json"
},
{
"label": "Manjaro Nord",
"uiTheme": "vs-dark",
"path": "./themes/manjaro-nord-color-theme.json"
},
{
"label": "Manjaro Tokyo",
"uiTheme": "vs-dark",
"path": "./themes/manjaro-tokyo-color-theme.json"
},
{
"label": "Manjaro Halcyon",
"uiTheme": "vs-dark",
"path": "./themes/manjaro-halcyon-color-theme.json"
}
]
}
}