forked from AkkomaGang/akkoma-fe
updated breezy theme
This commit is contained in:
parent
9943e1cc43
commit
9af0042452
2 changed files with 6 additions and 20 deletions
|
@ -67,15 +67,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"blur": "0",
|
|
||||||
"spread": "50",
|
|
||||||
"color": "--faint",
|
|
||||||
"alpha": 1,
|
|
||||||
"inset": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": "0",
|
"y": "0",
|
||||||
|
@ -121,7 +112,9 @@
|
||||||
"cRed": "#da4453",
|
"cRed": "#da4453",
|
||||||
"cBlue": "#3daee9",
|
"cBlue": "#3daee9",
|
||||||
"cGreen": "#27ae60",
|
"cGreen": "#27ae60",
|
||||||
"cOrange": "#f67400"
|
"cOrange": "#f67400",
|
||||||
|
"btnPressed": "--accent",
|
||||||
|
"lightBg": "--accent,-20"
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
"btn": "2",
|
"btn": "2",
|
||||||
|
|
|
@ -67,15 +67,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"blur": "0",
|
|
||||||
"spread": "50",
|
|
||||||
"color": "--faint",
|
|
||||||
"alpha": 1,
|
|
||||||
"inset": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": "0",
|
"y": "0",
|
||||||
|
@ -124,7 +115,9 @@
|
||||||
"cRed": "#da4453",
|
"cRed": "#da4453",
|
||||||
"cBlue": "#2980b9",
|
"cBlue": "#2980b9",
|
||||||
"cGreen": "#27ae60",
|
"cGreen": "#27ae60",
|
||||||
"cOrange": "#f67400"
|
"cOrange": "#f67400",
|
||||||
|
"btnPressed": "--accent",
|
||||||
|
"lightBg": "--accent,-20"
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
"btn": "2",
|
"btn": "2",
|
||||||
|
|
Loading…
Reference in a new issue