-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 941 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
{
"name": "Red-Dark-Theme",
"displayName": "Red Dark Theme",
"description": "Theme for visual studio code, is a theme with a combination of red and black colors, I hope you like it, if you have any suggestions I will be attentive to release a new version.",
"version": "0.0.5",
"publisher": "Dark-Red-Theme",
"engines": {
"vscode": "^1.75.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"red theme",
"code theme",
"dark red theme"
],
"icon": "image/icon.png",
"license": "See license in LICENSE.md",
"homepage": "https://github.com/Dilson24/Dark-Red-Theme/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Dilson24/Dark-Red-Theme"
},
"contributes": {
"themes": [
{
"label": "Dark Red Theme",
"uiTheme": "vs-dark",
"path": "./themes/dark-red-theme-color-theme.json"
}
]
}
}