forked from AkkomaGang/akkoma-fe
paper theme: more contrast and fix setting tab hover
This commit is contained in:
parent
596ae7e377
commit
6b3b55455d
1 changed files with 16 additions and 21 deletions
|
@ -70,31 +70,21 @@
|
|||
"buttonHover": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": "2",
|
||||
"blur": "5",
|
||||
"spread": 0,
|
||||
"y": 2,
|
||||
"blur": 3,
|
||||
"spread": -2,
|
||||
"color": "#494949",
|
||||
"alpha": "0.1"
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": "2",
|
||||
"blur": "0",
|
||||
"spread": "20",
|
||||
"color": "#ffffff",
|
||||
"alpha": "1",
|
||||
"inset": true
|
||||
"alpha": "0.5"
|
||||
}
|
||||
],
|
||||
"buttonPressed": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"blur": "4",
|
||||
"spread": "0",
|
||||
"y": 2,
|
||||
"blur": 3,
|
||||
"spread": -3,
|
||||
"color": "#494949",
|
||||
"alpha": "0.8",
|
||||
"inset": false
|
||||
"alpha": "0.5"
|
||||
}
|
||||
],
|
||||
"avatarStatus": [
|
||||
|
@ -138,14 +128,18 @@
|
|||
]
|
||||
},
|
||||
"opacity": {
|
||||
"underlay": "1",
|
||||
"underlay": 0,
|
||||
"border": "0"
|
||||
},
|
||||
"colors": {
|
||||
"bg": "#ffffff",
|
||||
"fg": "#f6f6f6",
|
||||
"text": "#494949",
|
||||
"underlay": "#ffffff",
|
||||
"text": "#222222",
|
||||
"underlay": "#f1f2f3",
|
||||
"wallpaper": "#f1f2f3",
|
||||
"selectedMenu": "#f1f2f3",
|
||||
"selectedMenuPopover": "#f1f2f3",
|
||||
"selectedPost": "#f1f2f3",
|
||||
"link": "#788ca1",
|
||||
"accent": "#97a0aa",
|
||||
"cBlue": "#788ca1",
|
||||
|
@ -156,6 +150,7 @@
|
|||
"border": "#ffffff",
|
||||
"icon": "#b6c9c4",
|
||||
"panel": "#ffffff",
|
||||
"topBar": "#ffffff",
|
||||
"topBarText": "#4b4b4b"
|
||||
},
|
||||
"radii": {
|
||||
|
|
Loading…
Reference in a new issue