-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 KB
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
58
59
60
61
62
63
{
"name": "ruby-nights",
"displayName": "Ruby Nights",
"description": "A dark VS Code theme with rich ruby and garnet tones. Available in Ruby, Ruby Midnight, Garnet, and Garnet Midnight variants.",
"version": "1.1.0",
"icon": "icon.png",
"publisher": "lekaledian",
"author": {
"name": "Ledian Leka",
"url": "https://ledian63s.github.io/"
},
"homepage": "https://ledian63s.github.io/",
"license": "Apache-2.0",
"galleryBanner": {
"color": "#120a11",
"theme": "dark"
},
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ruby Nights — Ruby",
"uiTheme": "vs-dark",
"path": "./themes/ruby-nights.json"
},
{
"label": "Ruby Nights — Ruby Midnight",
"uiTheme": "vs-dark",
"path": "./themes/ruby-nights-midnight.json"
},
{
"label": "Ruby Nights — Garnet",
"uiTheme": "vs-dark",
"path": "./themes/ruby-nights-garnet.json"
},
{
"label": "Ruby Nights — Garnet Midnight",
"uiTheme": "vs-dark",
"path": "./themes/ruby-nights-garnet-midnight.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Ledian63S/ruby-nights"
},
"bugs": {
"url": "https://github.com/Ledian63S/ruby-nights/issues"
},
"keywords": [
"theme",
"dark",
"ruby",
"garnet",
"ruby-nights",
"color-theme"
]
}