From 2b65e1cf3de8e825ab87d6aba7364e9572769c5b Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 18 Dec 2023 14:37:09 +0100 Subject: [PATCH] Let polybar be more transparent to fit the light theme --- .config/polybar/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config_common b/.config/polybar/config_common index a31347f..9c00dba 100644 --- a/.config/polybar/config_common +++ b/.config/polybar/config_common @@ -1,6 +1,6 @@ [colors] ; First two letter of background are for transparency -background = #cc2f343f +background = #882f343f foreground = #eee foreground-alt = #555 secondary = #e60053