-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 837 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
{
"name": "react-theme-vscode",
"displayName": "React Theme",
"description": "Theme based on React's website colors",
"version": "1.2.0",
"publisher": "mikaelkristiansson87",
"author": "Mikael Kristiansson <[email protected]>",
"icon": "logo.png",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mikaelkristiansson/react-theme-vscode"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "React Theme",
"uiTheme": "vs-dark",
"path": "./themes/react-theme-color-theme.json"
}
]
},
"keywords": [
"Vscode",
"Theme",
"react"
]
}