-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.6 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
{
"name": "visual-dark-theme",
"displayName": "Visual Dark Theme",
"description": "A fresh new theme for everyone who loves Visual Studio 2019 Dark Theme, but feels it could be done even better. Visual Dark Theme's UI design is inspired by some of the most well-crafted extensions in the marketplace - it's simple yet sophisticated. The theme works best for JavaScript/ TypeScript files but supports other languages as well! P.S. - Feel free to change anything you like through the settings.json file or you could email me for design suggestions at [email protected]",
"version": "1.0.5",
"engines": {
"vscode": "^1.55.0"
},
"icon": "icons/vd-icon.png",
"author": {
"name": "Stanislav Valkov",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/stanislav-valkov-0967611b8/"
},
"repository": {
"url": "https://github.com/stanislavyv/visual-dark-theme",
"type": "git"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"visual",
"visual dark",
"visual dark theme"
],
"contributes": {
"themes": [
{
"label": "Visual Dark Dimmed",
"uiTheme": "vs-dark",
"path": "./themes/Visual Dark Dimmed-color-theme.json"
},
{
"label": "Visual Dark Default",
"uiTheme": "vs-dark",
"path": "./themes/Visual Dark Default-color-theme.json"
}
]
},
"publisher": "stanislavyv"
}