From 2fca28c2d0346a7b5ce5ea117baf265714ec1c00 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Tue, 28 Feb 2023 00:06:31 +0200 Subject: [PATCH] Use more cyan in theme --- awesome/.config/awesome/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/.config/awesome/theme.lua b/awesome/.config/awesome/theme.lua index b07491f..642112b 100644 --- a/awesome/.config/awesome/theme.lua +++ b/awesome/.config/awesome/theme.lua @@ -27,14 +27,14 @@ theme.bg_minimize = "#222222" theme.bg_systray = "#7777DD" theme.fg_normal = "#FFFFFF" -theme.fg_focus = "#77DD77" +theme.fg_focus = "#77DDDD" theme.fg_urgent = "#FFFFFF" theme.fg_minimize = "#AAAAAA" theme.useless_gap = dpi(6) theme.border_width = dpi(2) theme.border_normal = "#333333" -theme.border_focus = "#77DD77" +theme.border_focus = "#77D7D7" theme.border_marked = "#900090" -- There are other variable sets