-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 851 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": "nord-dark-pro-ads",
"displayName": "Nord Dark Pro",
"description": "Nord Dark Pro theme for Azure Data Studio",
"publisher": "fmir864",
"author": "FM Irshad",
"repository": "https://github.com/fmir864/nord-dark-pro-ads",
"version": "0.0.2",
"engines": {
"vscode": "^1.39.0",
"azdata": "*"
},
"categories": [
"Themes"
],
"icon": "assets/icon.png",
"contributes": {
"themes": [
{
"label": "Nord Dark Pro",
"uiTheme": "vs-dark",
"path": "./themes/nord-dark-pro-color-theme.json"
},
{
"label": "Nord Dark Pro Darker",
"uiTheme": "vs-dark",
"path": "./themes/nord-dark-pro-darker-color-theme.json"
}
]
}
}