[mako] unified colors
This commit is contained in:
parent
861d87e86a
commit
accaaad955
@ -29,7 +29,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: rgba(12, 12, 12, 0.9);
|
background: rgba(19, 21, 23, 0.8);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
height = 125;
|
height = 125;
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
backgroundColor = "#05070c";
|
backgroundColor = "#131517";
|
||||||
textColor = "#cdd6f4";
|
textColor = "#a0a4ab";
|
||||||
borderColor = "#3d66b9";
|
borderColor = "#528bff";
|
||||||
borderSize = 2;
|
borderSize = 2;
|
||||||
borderRadius = 8;
|
borderRadius = 8;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user