-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 883 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
{
"name": "atom-one-dark-ruby-theme",
"displayName": "Atom One Dark Ruby Theme",
"description": "Atom One Dark with some Ruby specific semantic highlighting provided by the Ruby LSP from Shopify.",
"homepage": "https://github.com/leonvogt/atom-one-dark-ruby-theme",
"repository": {
"type": "git",
"url": "https://github.com/leonvogt/atom-one-dark-ruby-theme"
},
"publisher": "leonvogt",
"version": "0.1.2",
"icon": "icon.png",
"engines": {
"vscode": "^1.85.0"
},
"galleryBanner": {
"color": "#282C34",
"theme": "dark"
},
"keywords": [
"atom",
"theme",
"dark",
"one dark",
"ruby"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Atom One Dark Ruby Theme",
"uiTheme": "vs-dark",
"path": "./themes/atom-one-dark-ruby-theme.json"
}
]
}
}