[mako] unified colors

This commit is contained in:
Simon Cornet 2024-04-01 00:58:41 +02:00
parent 861d87e86a
commit accaaad955
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ window#waybar {
}
tooltip {
background: rgba(12, 12, 12, 0.9);
background: rgba(19, 21, 23, 0.8);
border-radius: 10px;
border-width: 2px;
border-style: solid;

View File

@ -23,9 +23,9 @@
height = 125;
# colors
backgroundColor = "#05070c";
textColor = "#cdd6f4";
borderColor = "#3d66b9";
backgroundColor = "#131517";
textColor = "#a0a4ab";
borderColor = "#528bff";
borderSize = 2;
borderRadius = 8;
};