-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 882 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
37
38
39
40
41
42
43
44
45
46
{
"name": "aditi",
"displayName": "Aditi - Dark theme",
"description": "Minimal purplish bluish theme",
"version": "0.5.0",
"publisher": "lokesh-coder",
"engines": {
"vscode": "^1.24.0"
},
"author": {
"name": "Lokesh Rajendran"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"purple",
"angular",
"html",
"react",
"dark"
],
"repository": {
"type": "git",
"url": "https://github.com/lokesh-coder/aditi.git"
},
"scripts": {
"publish": "vsce publish"
},
"icon": "aditi-theme-icon.png",
"contributes": {
"themes": [
{
"label": "Aditi Dark",
"uiTheme": "vs-dark",
"path": "./themes/aditi-dark-color-theme.json"
},
{
"label": "Aditi Light",
"uiTheme": "vs",
"path": "./themes/aditi-light-color-theme.json"
}
]
}
}