-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 725 Bytes
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
{
"name": "werewolf",
"displayName": "Werewolf",
"description": "A dark, neo-noir VSCode theme inspired by Telltale's The Wolf Among Us.",
"version": "0.1.4",
"license": "MIT",
"author": "Yao-Hui Chua",
"publisher": "yaaooo",
"engines": {
"vscode": "^1.53.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Werewolf",
"uiTheme": "vs-dark",
"path": "./themes/werewolf-color-theme.json"
}
]
},
"icon": "assets/icon.png",
"keywords": [
"theme",
"dark theme",
"night theme",
"werewolf",
"wolf"
],
"repository": {
"type": "git",
"url": "https://github.com/yaaooo/werewolf-vscode-theme"
}
}