-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "in-the-fog-theme",
"displayName": "In The Fog Theme",
"version": "0.3.1",
"description": "This is a dark, green and flat theme, focused primarily on web development. The main idea of this theme is to reduce the visibility of all the least important elements of the vs code interface so that it would be easier for you to focus on the code.",
"categories": [
"Themes"
],
"homepage": "https://github.com/ganevru/in-the-fog-theme",
"repository": {
"type": "git",
"url": "https://github.com/ganevru/in-the-fog-theme"
},
"author": {
"name": "Ivan Ganev",
"email": "ganevio92@gmail.com"
},
"publisher": "ganevru",
"scripts": {
"pack": "vsce package"
},
"contributes": {
"themes": [
{
"label": "In The Fog Dark",
"uiTheme": "vs-dark",
"path": "./themes/in-the-fog-dark.json"
}
]
},
"engines": {
"vscode": "*"
},
"icon": "assets/in-the-fog-logo.png",
"galleryBanner": {
"color": "#2a2c2d",
"theme": "dark"
}
}