Skip to content

Commit

Permalink
Change fallback colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kosorin committed Oct 19, 2024
1 parent 24ee110 commit cdee6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/awful/hotkeys_popup/widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<b>Find: </b>"
self.find_fg_cursor = args.find_fg_cursor or
Expand Down

0 comments on commit cdee6b8

Please sign in to comment.