-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
44
45
46
47
48
{
"name": "nord-flat",
"displayName": "Nord Flat",
"description": "A flat style Nord theme.",
"publisher": "3ash",
"version": "0.5.8",
"icon": "images/theme-icon.png",
"homepage": "https://github.com/the3ash/vscode-theme-nordflat/blob/main/README.md",
"engines": {
"vscode": "^1.72.0"
},
"categories": [
"Themes"
],
"keywords": [
"Dark Theme",
"Dark",
"Theme",
"Nord"
],
"repository": {
"type": "git",
"url": "https://github.com/the3ash/vscode-theme-nordflat"
},
"contributes": {
"themes": [
{
"label": "Nord Flat Italic",
"uiTheme": "vs-dark",
"path": "./themes/nordflat-color-theme-italic.json"
},
{
"label": "Nord Flat",
"uiTheme": "vs-dark",
"path": "./themes/nordflat-color-theme.json"
}
]
},
"__metadata": {
"id": "17f7c422-3572-46e8-96ba-3187f3749f73",
"publisherDisplayName": "3ash",
"publisherId": "df428ef4-9b00-486a-8aed-2cbda4a4518d",
"isPreReleaseVersion": false
},
"dependencies": {
"punycode": "^2.3.1"
}
}