-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "qtcreator-color-theme",
"displayName": "QtCreator's default color theme",
"description": "A theme similar to QtCreator's default theme but has more bugs indeed 😃",
"publisher": "kerimkhemraev",
"author": {
"name": "Kerim Khemraev"
},
"version": "0.0.1",
"engines": {
"vscode": "^1.53.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kerim371/qtcreator-color-theme"
},
"galleryBanner": {
"color": "#00801f",
"theme": "light"
},
"icon": "images/qt-theme-250x250-logo.png",
"categories": [
"Themes"
],
"keywords": [
"Qt theme",
"Qt color",
"Qt syntax highlight",
"QtCreator theme",
"QtCreator color",
"QtCreator syntax highlight",
"Light theme"
],
"contributes": {
"themes": [
{
"label": "QtCreator default",
"uiTheme": "vs",
"path": "./themes/QtCreator default-color-theme.json"
}
]
}
}