-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.19 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "amr-rich-black-theme",
"displayName": "Amr-Rich-black-theme",
"description": "A custom color theme for VS Code",
"version": "1.0.3",
"publisher": "rich-black-theme",
"pricing": "Free",
"author": {
"name": "Amr Elshabrawy",
"url": "https://github.com/Amr-Elshabrawy-Dev"
},
"engines": {
"vscode": "^1.80.0"
},
"bugs": {
"url": "https://github.com/Amr-Elshabrawy-Dev/rich-black-theme/issues"
},
"galleryBanner": {
"color": "#121726",
"theme": "dark"
},
"icon": "assets/amr250.png",
"categories": [
"Themes"
],
"keywords": [
"Amr",
"rich",
"black",
"theme",
"dark",
"dark theme",
"vscode",
"vscode theme",
"vscode dark theme",
"blue",
"Dark Theme",
"vsCodeHero",
"codeSTACKr",
"Cobalt"
],
"repository": {
"type": "git",
"url": "https://github.com/Amr-Elshabrawy-Dev/rich-black-theme"
},
"contributes": {
"themes": [
{
"label": "Rich Black Theme",
"uiTheme": "vs-dark",
"path": "./themes/Rich Black Theme-color-theme.json"
}
]
},
"license": "MIT",
"sponsor": {
"url": "https://github.com/sponsors/Amr-Elshabrawy-Dev"
}
}