-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.06 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
116
117
118
119
120
121
122
123
124
125
126
{
"name": "minima-dark-themes",
"displayName": "Minimalist Dark Theme Pack",
"description": "Minimalist Dark Theme Pack",
"version": "0.9.0",
"engines": {
"vscode": "^1.59.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Minima Magenta High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/magenta-high.json"
},
{
"label": "Minima Magenta Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/magenta-low.json"
},
{
"label": "Minima Green High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/green-high.json"
},
{
"label": "Minima Green Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/green-low.json"
},
{
"label": "Minima Dark Green High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/darkgreen-high.json"
},
{
"label": "Minima Dark Green Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/darkgreen-low.json"
},
{
"label": "Minima Aqua High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/aqua-high.json"
},
{
"label": "Minima Aqua Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/aqua-low.json"
},
{
"label": "Minima Blue High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/blue-high.json"
},
{
"label": "Minima Blue Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/blue-low.json"
},
{
"label": "Minima Orange High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/orange-high.json"
},
{
"label": "Minima Orange Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/orange-low.json"
},
{
"label": "Minima Red High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/red-high.json"
},
{
"label": "Minima Red Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/red-low.json"
},
{
"label": "Minima Pink High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/pink-high.json"
},
{
"label": "Minima Pink Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/pink-low.json"
},
{
"label": "Minima Grey High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/grey-high.json"
},
{
"label": "Minima Grey Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/grey-low.json"
},
{
"label": "Minima Purple High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/purple-high.json"
},
{
"label": "Minima Purple Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/purple-low.json"
},
{
"label": "Minima Yellow High Saturation",
"uiTheme": "vs-dark",
"path": "./themes/yellow-high.json"
},
{
"label": "Minima Yellow Low Saturation",
"uiTheme": "vs-dark",
"path": "./themes/yellow-low.json"
}
]
}
}