-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) 路 1.16 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) 路 1.16 KB
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
{
"name": "oldbook-theme",
"displayName": "Old Book",
"description": "A warm, minimalist theme inspired by aged books.",
"version": "1.6.0",
"publisher": "konstantin",
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#fcf5e6",
"theme": "light"
},
"icon": "icon.png",
"author": {
"email": "mail@konstantin.io",
"name": "Konstantin Gorodinskiy"
},
"license": "GPL3",
"keywords": [
"theme",
"minimal",
"light",
"vintage",
"oldbook"
],
"contributes": {
"themes": [
{
"id": "Old Book",
"label": "Old Book Light",
"uiTheme": "vs",
"path": "./vscode-themes/oldbook-light-color-theme.json"
},
{
"label": "Old Book Dark",
"uiTheme": "vs-dark",
"path": "./vscode-themes/oldbook-dark-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/gko/oldbook-theme.git"
}
}