-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·79 lines (79 loc) · 2.52 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
{
"name": "mayukaithemevsc",
"displayName": "Mayukai Theme",
"author": {
"name": "GulajavaMinistudio"
},
"publisher": "GulajavaMinistudio",
"description": "Dark theme based on mixing swatch of Ayu Theme, Andromeda Theme, Monokai, Material Colors, Original Gruvbox Darktooth Colors, and Dracula Colors.",
"version": "3.2.4",
"icon": "color-guide-mayukai.png",
"engines": {
"vscode": "^1.92.0"
},
"license": "MIT",
"categories": [
"Themes"
],
"homepage": "https://github.com/GulajavaMinistudio/Mayukai-Theme",
"repository": {
"type": "git",
"url": "https://github.com/GulajavaMinistudio/Mayukai-Theme"
},
"contributes": {
"themes": [
{
"label": "Mayukai Mirage",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-mirage-darker-color-theme.json"
},
{
"label": "Mayukai Semantic Mirage",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-mirage-color-theme-semantic.json"
},
{
"label": "Mayukai Mirage Gruvbox Darktooth",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-mirage-gruvbox-color-theme.json"
},
{
"label": "Mayukai Dark",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-darker-color-theme.json"
},
{
"label": "Mayukai Mono",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-mono-color-theme.json"
},
{
"label": "Mayukai Alucard",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-alucard-color-theme.json"
},
{
"label": "Mayukai Sunset",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-sunset-color-theme.json"
},
{
"label": "Mayukai Reversal",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-reversal-color-theme.json"
},
{
"label": "Mayukai Midnight",
"uiTheme": "vs-dark",
"path": "./themes/Mayukai-midnight.json"
}
],
"iconThemes": [
{
"id": "ayu",
"label": "Mayukai Ayu",
"path": "./mayukai-ayu-icons.json"
}
]
}
}