From a604c075fc9b26998cd075230b37bbcb80c80d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 1 Dec 2020 23:47:32 +0300 Subject: Changes to color scheme Updated the colors for: * Alacritty * Bemenu * Waybar * Sway --- dotfiles/.config/waybar/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/waybar/style.css') 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; } -- cgit v1.2.3