awesome: change font and colors of help window

This commit is contained in:
Łukasz Pankowski 2025-03-29 12:42:46 +01:00
parent 5e490b2bc0
commit 31b699586e
2 changed files with 90 additions and 80 deletions

View File

@ -30,6 +30,11 @@ theme.border_marked = "#91231c"
theme.bg_wallpaper = "#424a4c"
theme.hotkeys_font = theme.font
theme.hotkeys_description_font = theme.font
theme.hotkeys_bg = theme.bg_minimize
theme.hotkeys_modifiers_fg = theme.border_focus
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
theme.layout_fairv = themes_path .. "default/layouts/fairvw.png"

View File

@ -30,6 +30,11 @@ theme.border_marked = "#91231c"
theme.bg_wallpaper = "#b0bec2"
theme.hotkeys_font = theme.font
theme.hotkeys_description_font = theme.font
theme.hotkeys_bg = theme.border_normal
theme.hotkeys_modifiers_fg = theme.bg_focus
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
theme.layout_fairv = themes_path .. "default/layouts/fairvw.png"