-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 986 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
36
37
38
39
40
41
42
43
44
{
"name" : "sahara-theme",
"displayName" : "Sahara Theme",
"description" : "An elegant and awesome dark color theme for Visual Studio Code.",
"version" : "0.1.0",
"publisher" : "merzak7",
"author" : "Merzak Seven <[email protected]> (http://twitter.com/merzak7)",
"engines" : {
"vscode" : "^1.19.0"
},
"galleryBanner" : {
"color" : "#361b00",
"theme" : "dark"
},
"categories" : [
"Themes",
"Other"
],
"keywords" : [
"themes",
"sahara",
"brown",
"dark"
],
"license" : "MIT",
"icon" : "icon.png",
"homepage" : "https://github.com/merzak7/Sahara-Theme",
"bugs" : {
"url" : "https://github.com/merzak7/Sahara-Theme/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/merzak7/Sahara-Theme"
},
"contributes" : {
"themes" : [
{
"label" : "Sahara Theme",
"uiTheme" : "vs-dark",
"path" : "./themes/Sahara Theme-color-theme.json"
}
]
}
}