-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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
{
"name": "dark-emerald",
"displayName": "Dark Emerald",
"description": "A captivating dark mode theme for Visual Studio Code, featuring a soothing emerald green and a carefully selected palette for an immersive coding experience.",
"version": "2.0.2",
"publisher": "navinAce",
"license": "MIT",
"icon": "images/logo.png",
"author": {
"name": "Navinraj Nadar",
"email": "navinraj99305@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/navinAce/dark-emerald-vscode-theme"
},
"keywords": [
"theme",
"dark",
"emerald",
"green",
"vscode",
"visual-studio-code",
"syntax-highlighting",
"color-theme",
"color-scheme",
"code-theme",
"dark-mode",
"dark-theme",
"dark-color-scheme",
"dark-color-theme",
"dark-syntax-highlighting",
"dark-code-theme",
"dark-visual-studio-code-theme",
"dark-visual-studio-code-color-theme",
"dark-visual-studio-code-syntax-highlighting"
],
"engines": {
"vscode": "^1.94.2"
},
"categories": [
"Themes"
],
"extension": {
"changelog": "./CHANGELOG.md"
},
"contributes": {
"themes": [
{
"label": "Dark Emerald",
"uiTheme": "vs-dark",
"path": "./themes/Dark Emerald-color-theme.json"
}
]
}
}