-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
115 lines (115 loc) · 2.49 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "arctis",
"displayName": "Arctis",
"description": "A lovely blend of Noctis and Nord, plus more.",
"version": "2.3.1",
"engines": {
"vscode": "^1.59.0"
},
"publisher": "avidworks",
"repository": {
"type": "git",
"url": "https://github.com/avidworks/arctis.git"
},
"galleryBanner": {
"color": "#2E3440",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Light Theme",
"Accessible Theme",
"Arctic",
"Arctis",
"Default theme",
"Gray theme",
"Blue theme",
"Nord",
"Noctis",
"High Contrast",
"Moonlight",
"Night Owl",
"Cool Colors",
"Pastel",
"Comfortable"
],
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Arctis",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-color-theme.json"
},
{
"label": "Arctis - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-NoItalics-color-theme.json"
},
{
"label": "Arctis Dark",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Dark-color-theme.json"
},
{
"label": "Arctis Dark - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Dark-NoItalics-color-theme.json"
},
{
"label": "Arctis Dark+",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Dark-Plus-color-theme.json"
},
{
"label": "Arctis Dark+ - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Dark-Plus-NoItalics-color-theme.json"
},
{
"label": "Arctis Moon",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Moon-color-theme.json"
},
{
"label": "Arctis Moon - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Moon-NoItalics-color-theme.json"
},
{
"label": "Arctis Night",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Night-color-theme.json"
},
{
"label": "Arctis Night - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-Night-NoItalics-color-theme.json"
},
{
"label": "Arctis High Contrast",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-HighContrast-color-theme.json"
},
{
"label": "Arctis High Contrast - No Italics",
"uiTheme": "vs-dark",
"path": "./themes/Arctis-HighContrast-NoItalics-color-theme.json"
},
{
"label": "Arctis Light",
"uiTheme": "vs",
"path": "./themes/Arctis-Light-color-theme.json"
},
{
"label": "Arctis Light - No Italics",
"uiTheme": "vs",
"path": "./themes/Arctis-Light-NoItalics-color-theme.json"
}
]
}
}