-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.52 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
{
"name": "miku-code",
"version": "1.3.6",
"icon": "icon.png",
"displayName": "Miku Code",
"description": "Un tema inspirado en Hatsune Miku con colores turquesa vibrantes - by Biglex J. Incluye múltiples variantes para diferentes lenguajes.",
"publisher": "biglexj",
"author": {
"name": "Biglex J",
"url": "https://github.com/biglexj"
},
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"light",
"miku",
"turquoise",
"aqua",
"cyan",
"vocaloid",
"anime",
"multilanguage",
"web",
"python",
"javascript",
"typescript",
"react"
],
"contributes": {
"themes": [
{
"label": "Miku Code",
"uiTheme": "vs-dark",
"path": "./themes/miku-code-color-theme.json"
},
{
"label": "Miku Code - Light",
"uiTheme": "vs",
"path": "./themes/miku-code-light-color-theme.json"
},
{
"label": "Miku Code Fusion",
"uiTheme": "vs-dark",
"path": "./themes/miku-code-fusion-color-theme.json"
},
{
"label": "Miku Code Fusion - Light",
"uiTheme": "vs",
"path": "./themes/miku-code-fusion-light-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/biglexj/miku-code-theme"
},
"homepage": "https://github.com/biglexj/miku-code-theme",
"bugs": {
"url": "https://github.com/biglexj/miku-code-theme/issues"
},
"license": "MIT"
}