-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 KB
/
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
47
48
49
50
51
52
{
"name": "pitaya-smoothie",
"displayName": "Pitaya smoothie",
"description": "A dark editor theme with handpicked colours and heavily inspired by the ultraviolet colour (colour of the year 2018) and Outrun aesthetics. A theme with contrast and accessibility for colourblindess in mind.",
"version": "2.0.2",
"publisher": "trallard",
"author": {
"name": "Tania Allard"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/trallard/pitaya_smoothie"
},
"keywords": [
"Theme",
"Dark Theme",
"Night Theme",
"Pitaya",
"Ultraviolet",
"Accessible Theme"
],
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"icon": "images/logos/logo_full.png",
"galleryBanner": {
"color": "#181e44",
"theme": "dark"
},
"bugs": {
"url": "https://github.com/trallard/pitaya_smoothie/issues"
},
"homepage": "https://trallard.github.io/pitaya_smoothie/",
"contributes": {
"themes": [
{
"label": "Pitaya smoothie",
"uiTheme": "vs-dark",
"path": "./themes/Pitaya-smoothie-color-theme.json"
},
{
"label": "Pitaya smoothie (No italics)",
"uiTheme": "vs-dark",
"path": "./themes/Pitaya-smoothie-color-theme-noitalic.json"
}
]
}
}