-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 993 Bytes
/
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
{
"name": "hcq--high-color-queries-",
"displayName": "HCQ (High Color Queries)",
"description": "Theme Pair of Dark and Light Themes for TSQL in Azure Data Studio. Dark theme uses bright colors and light theme is SSMS-esque.",
"version": "0.0.6",
"publisher": "drewsk",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/dzsquared/high-color-queries.git"
},
"contributes": {
"themes": [
{
"label": "HCQ (High Color Queries)",
"uiTheme": "vs-dark",
"path": "./themes/HCQ (High Color Queries)-color-theme.json"
},
{
"label": "Light HCQ (High Color Queries)",
"uiTheme": "vs",
"path": "./themes/Light HCQ (High Color Queries)-color-theme.json"
}
]
}
}