From 3a0bb3f633325350c85be8dc8b4f07cfa30340f7 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Jul 2019 14:31:54 +0000 Subject: [PATCH] [awesome] invert active tag colors --- home/.config/awesome/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/awesome/theme.lua b/home/.config/awesome/theme.lua index 2b8ea3a..e215639 100644 --- a/home/.config/awesome/theme.lua +++ b/home/.config/awesome/theme.lua @@ -43,8 +43,8 @@ theme.fg_urgent = theme.fg_focus theme.fg_minimize = theme.colors.fg_normal theme.taglist_font = "IPAGothic 10" -theme.taglist_bg_focus = theme.colors.green -theme.taglist_fg_focus = theme.colors.base2 +theme.taglist_bg_focus = theme.colors.base3 +theme.taglist_fg_focus = theme.colors.base00 theme.useless_gap = dpi(0) theme.border_width = 1