paper theme: more contrast and fix setting tab hover
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Denys Nykula 2023-05-18 23:05:19 +03:00
parent 596ae7e377
commit 6b3b55455d
1 changed files with 16 additions and 21 deletions

View File

@ -70,31 +70,21 @@
"buttonHover": [ "buttonHover": [
{ {
"x": 0, "x": 0,
"y": "2", "y": 2,
"blur": "5", "blur": 3,
"spread": 0, "spread": -2,
"color": "#494949", "color": "#494949",
"alpha": "0.1" "alpha": "0.5"
},
{
"x": 0,
"y": "2",
"blur": "0",
"spread": "20",
"color": "#ffffff",
"alpha": "1",
"inset": true
} }
], ],
"buttonPressed": [ "buttonPressed": [
{ {
"x": 0, "x": 0,
"y": 0, "y": 2,
"blur": "4", "blur": 3,
"spread": "0", "spread": -3,
"color": "#494949", "color": "#494949",
"alpha": "0.8", "alpha": "0.5"
"inset": false
} }
], ],
"avatarStatus": [ "avatarStatus": [
@ -138,14 +128,18 @@
] ]
}, },
"opacity": { "opacity": {
"underlay": "1", "underlay": 0,
"border": "0" "border": "0"
}, },
"colors": { "colors": {
"bg": "#ffffff", "bg": "#ffffff",
"fg": "#f6f6f6", "fg": "#f6f6f6",
"text": "#494949", "text": "#222222",
"underlay": "#ffffff", "underlay": "#f1f2f3",
"wallpaper": "#f1f2f3",
"selectedMenu": "#f1f2f3",
"selectedMenuPopover": "#f1f2f3",
"selectedPost": "#f1f2f3",
"link": "#788ca1", "link": "#788ca1",
"accent": "#97a0aa", "accent": "#97a0aa",
"cBlue": "#788ca1", "cBlue": "#788ca1",
@ -156,6 +150,7 @@
"border": "#ffffff", "border": "#ffffff",
"icon": "#b6c9c4", "icon": "#b6c9c4",
"panel": "#ffffff", "panel": "#ffffff",
"topBar": "#ffffff",
"topBarText": "#4b4b4b" "topBarText": "#4b4b4b"
}, },
"radii": { "radii": {