forked from I-am-Ammar-Khan/White-Light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.13 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
{
"name": "white-light",
"displayName": "White Light",
"publisher": "Ammar-Khan",
"description": "This theme has a feel of Notion and your favorite Colours like Red Green Blue Pink Purple Orange White",
"icon": "ico.png",
"version": "1.2.0",
"author": {
"name": "Ammar Khan",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.71.0"
},
"repository": {
"type": "git",
"directory": "White Light",
"url": "https://github.com/I-am-Ammar-Khan/White-Light"
},
"keywords": [
"monokai",
"Color",
"Colour",
"Theme Pack",
"Creative",
"Super dark",
"Clean themes",
"Ammar Khan",
"themes",
"Shades of Rainbow",
"Rainbow",
"Shades of Purple",
"Purple",
"Shades of Blue",
"Blue",
"Shades of Green",
"Green",
"Shades of Orange",
"Orange",
"Shades of Red",
"Red",
"Shades of White",
"ammar"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Light Cherry Red Productive",
"uiTheme": "vs",
"path": "./themes/White Light - Red.json"
}
]
}
}