-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.05 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
51
52
53
54
{
"name": "FlatUI",
"displayName": "Flat UI",
"description": "A flat style theme for vscode",
"version": "1.4.9",
"publisher": "lkytal",
"license": "CC-BY-NC-SA-4.0",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"color-theme",
"flat",
"light",
"dark"
],
"homepage": "https://lkytal.github.io/vscode-theme-flatui",
"repository": {
"type": "git",
"url": "https://github.com/lkytal/vscode-theme-flatui.git"
},
"bugs": {
"url": "https://github.com/lkytal/vscode-theme-flatui/issues"
},
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "FlatUI",
"uiTheme": "vs",
"path": "./themes/flatUI.json"
},
{
"label": "FlatUI Immersed",
"uiTheme": "vs",
"path": "./themes/immersed.json"
},
{
"label": "FlatUI Dark",
"uiTheme": "vs-dark",
"path": "./themes/flatDark.json"
}
]
},
"__metadata": {
"id": "53ceb0a7-7e7a-4f26-a91d-084f3d714420",
"publisherDisplayName": "Kaiyuan Liu",
"publisherId": "675457ed-0b91-461b-a1b3-da865bf32269"
}
}