-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
32 lines (32 loc) · 874 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
{
"name": "code-blue",
"displayName": "Code Blue",
"description": "A carefully concocted dark theme made of subtle blues and bright hues that’s easy on the eyes for focused coding.",
"version": "0.9.11",
"publisher": "Sujan",
"icon": "icon.png",
"repository": {
"url": "https://github.com/sujan-s/code-blue",
"type": "git"
},
"engines": {
"vscode": "^1.25.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Code Blue",
"uiTheme": "vs-dark",
"path": "./themes/code-blue-theme.json"
}
]
},
"__metadata": {
"id": "e040918e-a5fa-407c-b0af-607287357259",
"publisherId": "041b1def-4453-4172-b411-58212725728e",
"publisherDisplayName": "Sujan"
}
}