From 62b26adadbdcea0abc5cac9fa8be292680db32f5 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Sat, 21 Jan 2023 23:45:32 -0400 Subject: [PATCH] fixed top bar foreground color --- user/.config/awesome/ui/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/.config/awesome/ui/theme.lua b/user/.config/awesome/ui/theme.lua index 858a181e4..632c2fc53 100644 --- a/user/.config/awesome/ui/theme.lua +++ b/user/.config/awesome/ui/theme.lua @@ -20,11 +20,11 @@ theme.bar_bg_two = "#d79921" theme.bar_bg_tre = "#98971a" theme.bar_bg_for = "#458588" theme.bar_bg_fiv = "#b16286" -theme.bar_clock = "#504945" +theme.bar_clock = "#928374" --- }}} -- {{{ Colors -theme.fg_normal = "#ebdbb2" +theme.fg_normal = "#282828" theme.fg_focus = "#fbf1c7" theme.fg_urgent = "#fb4934" theme.bg_normal = "#1d2021"