-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.14 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
{
"name": "nekonight",
"displayName": "nekonight ",
"description": "✨ Looking for a theme that fits your vibe? Whether you're into dark mode, light mode, or something in between, this NekoNight has got you covered. For snappy performance, it's a buffet of color schemes for every taste and mood. 🍭",
"version": "0.0.1",
"publisher": "BrunoCiccarino",
"author": "Bruno Ciccarino",
"icon": "icon.png",
"bugs": {
"url": "https://github.com/BrunoCiccarino/nekonight-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/BrunoCiccarino/nekonight-vscode"
},
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Themes"
],
"keywords": [
"retro",
"80s",
"nekonight",
"one dark",
"onedark",
"one dark pro",
"onedark pro",
"theme",
"atom",
"shades of purple",
"Shades Of Purple",
"tokyo night",
"tokyonight",
"zenburn",
"zen",
"dark",
"low contrast"
],
"contributes": {
"themes": [
{
"label": "nekonight",
"uiTheme": "vs-dark",
"path": "./themes/nekonight-color-theme.json"
}
]
}
}