diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-19 05:19:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-19 05:19:11 +0300 |
commit | 4fe087c59d20988192485d11990d48ba6c73aa0c (patch) | |
tree | 701395c0eab731c7cf2fa710d13fb2dcdd114311 /dotfiles/.config/waybar/style.css | |
parent | 39459266c718b4cd696c60103029a1ae4bc051f0 (diff) | |
download | swayrice-4fe087c59d20988192485d11990d48ba6c73aa0c.tar.gz swayrice-4fe087c59d20988192485d11990d48ba6c73aa0c.zip |
Color palette update
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index a7636b4..17d083d 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -4,7 +4,7 @@ } window#waybar { background: #000000; - color: #fdf6e3; + color: #f2eccf; min-height: 0; } #tray, @@ -13,7 +13,7 @@ window#waybar { #backlight, #custom-torrent-status, #workspaces { - background: #232328; + background: #151517; border-top: 2px solid #000000; border-bottom: 2px solid #000000; } @@ -26,7 +26,7 @@ window#waybar { } #workspaces button { padding: 0 6px; - color: #fdf6e3; + color: #fcf8e2; border-radius: 0; border: 1px solid rgba(0, 0, 0, 0); } @@ -61,7 +61,7 @@ window#waybar { #custom-waybar-mpris, #custom-batwatt, #custom-torrent-status { - color: #fdf6e3; + color: #fcf8e2; padding: 0 6px; } #custom-weather { |