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{
"name": "neverwhere-theme",
"displayName": "Neverwhere",
"publisher": "tylandavis",
"description": "A minimal theme inspired by the underground.",
"repository": {
"type": "git",
"url": "https://github.com/tylandavis/neverwhere-theme"
},
"icon": "assets/icon.png",
"license": "MIT",
"version": "1.0.4",
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Neverwhere",
"uiTheme": "vs-dark",
"path": "./themes/Neverwhere-color-theme.json"
}
]
}
}