From cdee6b8e482491237f4d114075fb058a35190804 Mon Sep 17 00:00:00 2001 From: David Kosorin Date: Sat, 19 Oct 2024 15:02:16 +0200 Subject: [PATCH] Change fallback colors --- lib/awful/hotkeys_popup/widget.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/hotkeys_popup/widget.lua b/lib/awful/hotkeys_popup/widget.lua index 42f27f1c09..d498abfde5 100644 --- a/lib/awful/hotkeys_popup/widget.lua +++ b/lib/awful/hotkeys_popup/widget.lua @@ -428,9 +428,9 @@ function widget.new(args) self.group_margin = args.group_margin or beautiful.hotkeys_group_margin or dpi(6) self.highlight_bg = args.highlight_bg or - beautiful.hotkeys_highlight_bg or "#ffff00" + beautiful.hotkeys_highlight_bg or beautiful.bg_urgent self.highlight_fg = args.highlight_fg or - beautiful.hotkeys_highlight_fg or "#000000" + beautiful.hotkeys_highlight_fg or beautiful.fg_urgent self.find_prompt = args.find_prompt or beautiful.hotkeys_find_prompt or "Find: " self.find_fg_cursor = args.find_fg_cursor or