-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 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
32
33
34
35
{
"name": "midnight-blue",
"displayName": "midnight blue",
"description": "midnight blue its a vscode theme inspired in the colors blue, yellow and white.",
"version": "1.3.0",
"publisher": "SebastianVelasco",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/sebasvelasco353/midnightBlue-vscode"
},
"keywords": [
"theme",
"dark theme",
"velascode_",
"midnight",
"blue",
"midnight blue"
],
"engines": {
"vscode": "^1.56.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "midnight blue",
"uiTheme": "vs-dark",
"path": "./themes/midnight blue-color-theme.json"
}
]
}
}