Skip to content

Commit 393d4a3

Browse files
committed
Added 9 more colors
1 parent 60595aa commit 393d4a3

21 files changed

Lines changed: 11045 additions & 113 deletions

package.json

Lines changed: 101 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "calmpink-dark-theme",
3-
"displayName": "CalmPink Dark Theme",
4-
"description": "A black & pink Visual Studio Code theme with powerful syntax colors.",
5-
"version": "0.0.1",
2+
"name": "minima-dark-themes",
3+
"displayName": "Minimalist Dark Theme Pack",
4+
"description": "Minimalist Dark Theme Pack",
5+
"version": "0.9.0",
66
"engines": {
77
"vscode": "^1.59.0"
88
},
@@ -12,9 +12,104 @@
1212
"contributes": {
1313
"themes": [
1414
{
15-
"label": "CalmPink Theme",
15+
"label": "Minima Magenta High Saturation",
1616
"uiTheme": "vs-dark",
17-
"path": "./themes/CalmPink Theme-color-theme.json"
17+
"path": "./themes/magenta-high.json"
18+
},
19+
{
20+
"label": "Minima Magenta Low Saturation",
21+
"uiTheme": "vs-dark",
22+
"path": "./themes/magenta-low.json"
23+
},
24+
{
25+
"label": "Minima Green High Saturation",
26+
"uiTheme": "vs-dark",
27+
"path": "./themes/green-high.json"
28+
},
29+
{
30+
"label": "Minima Green Low Saturation",
31+
"uiTheme": "vs-dark",
32+
"path": "./themes/green-low.json"
33+
},
34+
{
35+
"label": "Minima Dark Green High Saturation",
36+
"uiTheme": "vs-dark",
37+
"path": "./themes/darkgreen-high.json"
38+
},
39+
{
40+
"label": "Minima Dark Green Low Saturation",
41+
"uiTheme": "vs-dark",
42+
"path": "./themes/darkgreen-low.json"
43+
},
44+
{
45+
"label": "Minima Aqua High Saturation",
46+
"uiTheme": "vs-dark",
47+
"path": "./themes/aqua-high.json"
48+
},
49+
{
50+
"label": "Minima Aqua Low Saturation",
51+
"uiTheme": "vs-dark",
52+
"path": "./themes/aqua-low.json"
53+
},
54+
{
55+
"label": "Minima Blue High Saturation",
56+
"uiTheme": "vs-dark",
57+
"path": "./themes/blue-high.json"
58+
},
59+
{
60+
"label": "Minima Blue Low Saturation",
61+
"uiTheme": "vs-dark",
62+
"path": "./themes/blue-low.json"
63+
},
64+
{
65+
"label": "Minima Orange High Saturation",
66+
"uiTheme": "vs-dark",
67+
"path": "./themes/orange-high.json"
68+
},
69+
{
70+
"label": "Minima Orange Low Saturation",
71+
"uiTheme": "vs-dark",
72+
"path": "./themes/orange-low.json"
73+
},
74+
{
75+
"label": "Minima Red High Saturation",
76+
"uiTheme": "vs-dark",
77+
"path": "./themes/red-high.json"
78+
},
79+
{
80+
"label": "Minima Red Low Saturation",
81+
"uiTheme": "vs-dark",
82+
"path": "./themes/red-low.json"
83+
},
84+
{
85+
"label": "Minima Pink High Saturation",
86+
"uiTheme": "vs-dark",
87+
"path": "./themes/pink-high.json"
88+
},
89+
{
90+
"label": "Minima Pink Low Saturation",
91+
"uiTheme": "vs-dark",
92+
"path": "./themes/pink-low.json"
93+
},
94+
{
95+
"label": "Minima Grey High Saturation",
96+
"uiTheme": "vs-dark",
97+
"path": "./themes/grey-high.json"
98+
},
99+
{
100+
"label": "Minima Grey Low Saturation",
101+
"uiTheme": "vs-dark",
102+
"path": "./themes/grey-low.json"
103+
},
104+
{
105+
"label": "Minima Purple High Saturation",
106+
"uiTheme": "vs-dark",
107+
"path": "./themes/purple-high.json"
108+
},
109+
{
110+
"label": "Minima Purple Low Saturation",
111+
"uiTheme": "vs-dark",
112+
"path": "./themes/purple-low.json"
18113
}
19114
]
20115
}

0 commit comments

Comments
 (0)