-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
188 lines (188 loc) · 6.61 KB
/
package.json
File metadata and controls
188 lines (188 loc) · 6.61 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "dominvm-theme",
"displayName": "Dominvm Theme",
"description": "33 Premium Light, Dark, and Solarized Themes in 11 Color Families",
"version": "1.5.0",
"icon": "dominvm-logo.png",
"publisher": "DOMINVM",
"engines": {
"vscode": "^1.80.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DOMINVM-DEV/dominvm-vscode-theme"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dominvm Light",
"uiTheme": "vs",
"path": "./themes/dominvm-light-color-theme.json"
},
{
"label": "Dominvm Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-dark-color-theme.json"
},
{
"label": "Dominvm Green Light",
"uiTheme": "vs",
"path": "./themes/dominvm-green-light-color-theme.json"
},
{
"label": "Dominvm Green Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-green-dark-color-theme.json"
},
{
"label": "Dominvm Blue Light",
"uiTheme": "vs",
"path": "./themes/dominvm-blue-light-color-theme.json"
},
{
"label": "Dominvm Blue Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-blue-dark-color-theme.json"
},
{
"label": "Dominvm Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Green Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-green-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Blue Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-blue-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Teal Light",
"uiTheme": "vs",
"path": "./themes/dominvm-teal-light-color-theme.json"
},
{
"label": "Dominvm Teal Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-teal-dark-color-theme.json"
},
{
"label": "Dominvm Teal Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-teal-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Grey Light",
"uiTheme": "vs",
"path": "./themes/dominvm-grey-light-color-theme.json"
},
{
"label": "Dominvm Grey Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-grey-dark-color-theme.json"
},
{
"label": "Dominvm Grey Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-grey-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Sepia Light",
"uiTheme": "vs",
"path": "./themes/dominvm-sepia-light-color-theme.json"
},
{
"label": "Dominvm Sepia Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-sepia-dark-color-theme.json"
},
{
"label": "Dominvm Sepia Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-sepia-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Yellow Light",
"uiTheme": "vs",
"path": "./themes/dominvm-yellow-light-color-theme.json"
},
{
"label": "Dominvm Yellow Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-yellow-dark-color-theme.json"
},
{
"label": "Dominvm Yellow Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-yellow-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Orange Light",
"uiTheme": "vs",
"path": "./themes/dominvm-orange-light-color-theme.json"
},
{
"label": "Dominvm Orange Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-orange-dark-color-theme.json"
},
{
"label": "Dominvm Orange Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-orange-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Red Light",
"uiTheme": "vs",
"path": "./themes/dominvm-red-light-color-theme.json"
},
{
"label": "Dominvm Red Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-red-dark-color-theme.json"
},
{
"label": "Dominvm Red Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-red-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Pink Light",
"uiTheme": "vs",
"path": "./themes/dominvm-pink-light-color-theme.json"
},
{
"label": "Dominvm Pink Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-pink-dark-color-theme.json"
},
{
"label": "Dominvm Pink Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-pink-dark-solarized-color-theme.json"
},
{
"label": "Dominvm Purple Light",
"uiTheme": "vs",
"path": "./themes/dominvm-purple-light-color-theme.json"
},
{
"label": "Dominvm Purple Dark",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-purple-dark-color-theme.json"
},
{
"label": "Dominvm Purple Dark Solarized",
"uiTheme": "vs-dark",
"path": "./themes/dominvm-purple-dark-solarized-color-theme.json"
}
]
}
}