-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.44 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
{
"name": "mimesis",
"displayName": "mimesis",
"description": "Light color scheme color scheme well-suited for those who prefer a light and minimalist design for their coding environment",
"version": "1.2.2",
"publisher": "AlexanderDyriavin",
"icon" : "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/dyriavin/mimesis-vscode"
},
"engines": {
"vscode": "^1.75.0"
},
"keywords": [
"themes",
"color-schemes",
"vscode",
"light",
"color scheme",
"light theme for vscode",
"minimalistic",
"minimalistic theme",
"minimalistic color scheme",
"minimalistic theme for vscode",
"bright",
"bright theme",
"bright theme for vscode",
"clean",
"clean theme",
"clean theme for vscode",
"clean color scheme",
"clean color scheme for vscode",
"light theme",
"simple",
"simple theme",
"simple theme for vscode",
"simple color scheme",
"simple color scheme for vscode",
"light color scheme",
"light color scheme for vscode",
"light theme",
"light theme for vscode"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Mimesis Light",
"uiTheme": "vs",
"path": "./themes/Mimesis-color-theme.json"
},
{
"label": "Mimesis Dark",
"uiTheme": "vs-dark",
"path": "./themes/Mimesis-dark-color-theme.json"
}
]
}
}