-
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) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 787 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": "burb-lite",
"displayName": "Burb Lite",
"description": "A really light theme",
"version": "1.0.0",
"publisher": "594b4b",
"repository": {
"type": "git",
"url": "https://github.com/594B4B/burb-lite"
},
"keywords": [
"theme",
"light theme",
"594b4b",
"burb",
"burb light",
"burb lite",
"burb theme",
"burb light theme",
"burb lite theme"
],
"engines": {
"vscode": "^1.71.0"
},
"categories": [
"Themes"
],
"icon": "images/burb-lite.png",
"contributes": {
"themes": [{
"label": "Burb Lite",
"uiTheme": "vs",
"path": "./themes/Burb Lite-color-theme.json"
}]
}
}