diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 612c02b..91a7aad 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,6 +1,6 @@ @define-color foreground rgba(228, 228, 239, 1); -@define-color foreground-active rgba(51, 204, 254, 1); -@define-color background rgba(0, 0, 0, 0.8); +@define-color foreground-active rgba(175, 215, 255, 1); +@define-color background rgba(0, 0, 0, 0.88); * { font-family: DejaVu Sans Mono; |
