diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-01 23:47:32 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-01 23:47:32 +0300 |
commit | a604c075fc9b26998cd075230b37bbcb80c80d51 (patch) | |
tree | e8f56bb328b301dfd77972acda640ddac31c534d /dotfiles/.config/waybar/style.css | |
parent | 282c5ca84074045ef1e546a94334b2daff70426a (diff) | |
download | swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.tar.gz swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.zip |
Changes to color scheme
Updated the colors for:
* Alacritty
* Bemenu
* Waybar
* Sway
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 887c3ab..5af71da 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -4,7 +4,7 @@ } window#waybar { background: #000000; - color: #e5e9f0; + color: #faf6e5; min-height: 0; } #custom-right-arrow-cyan, #custom-left-arrow-cyan { @@ -33,14 +33,13 @@ window#waybar { color: #000000; } #tray, -#memory, #battery, #network, #backlight, #custom-vpn-status, #custom-torrent-status, #workspaces { - background: #1d2021; + background: #232328; border-top: 2px solid #000000; border-bottom: 2px solid #000000; } |