From cf05f22778a9b6dd569f5f2dc293101faac96d6c Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 23 Jul 2019 17:28:43 +0200 Subject: [PATCH] UX fix on tasklist focus color --- default_theme.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default_theme.lua b/default_theme.lua index a2f1d39..871890a 100644 --- a/default_theme.lua +++ b/default_theme.lua @@ -34,8 +34,7 @@ theme.border_focus = "#555555" theme.border_marked = "#91231c" -- Tasklist -theme.tasklist_bg_normal = theme.bg_minimize -theme.tasklist_bg_focus = theme.bg_focus +theme.tasklist_bg_focus = theme.bg_minimize -- Notifications naughty.config.defaults.position = "top_middle"