UX fix on tasklist focus color

This commit is contained in:
Alice Gaudon 2019-07-23 17:28:43 +02:00
parent f5fa804540
commit cf05f22778
1 changed files with 1 additions and 2 deletions

View File

@ -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"