-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 918 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
{
"name": "vscode-theme-railscasts-plus",
"displayName": "RailsCasts Plus Theme",
"description": "A theme extension for Visual Studio Code based on RailsCasts",
"version": "0.0.6",
"publisher": "marlosirapuan",
"bugs": {
"url": "https://github.com/marlosirapuan/vscode-theme-railscasts-plus/issues"
},
"homepage": "https://github.com/marlosirapuan/vscode-theme-railscasts-plus/",
"repository": {
"type": "git",
"url": "https://github.com/marlosirapuan/vscode-theme-railscasts-plus"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "RailsCasts Plus Theme",
"uiTheme": "vs-dark",
"path": "./themes/RailsCasts Plus Theme-color-theme.json"
}
]
}
}