-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 921 Bytes
/
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
{
"name": "theme-anakmun",
"displayName": "Anakmun Theme",
"description": "Anakmun Theme based on Atom's One Dark Theme",
"publisher": "louiscavalcante",
"version": "3.5.0",
"license": "MIT",
"engines": {
"vscode": "^1.61.0"
},
"icon": "assets/icon.png",
"author": {
"name": "Luiz Cavalcante",
"email": "louiscavalcante@hotmail.com",
"url": "https://louiscavalcante.github.io"
},
"repository": {
"url": "https://github.com/louiscavalcante/theme-anakmun.git",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Anakmun Theme",
"uiTheme": "vs-dark",
"path": "./theme/anakmun-color-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/louiscavalcante/theme-anakmun/issues"
},
"homepage": "https://github.com/louiscavalcante/theme-anakmun/blob/main/README.md",
"keywords": [
"Anakmun",
"Vscode",
"Theme",
"Onedark"
]
}