Change default font, enable border, change icon size, fix focus on maximized/fullscreen

This commit is contained in:
Hydroxycarbamide 2022-08-28 23:28:42 +02:00
parent 093dec7f93
commit ca0c2a244c
5 changed files with 23 additions and 21 deletions

View file

@ -27,7 +27,7 @@ Theme.fg_urgent = cat["Text"]
Theme.fg_minimize = cat["Text"]
Theme.useless_gap = dpi(5) -- Change this to 0 if you dont like window gaps
Theme.border_width = dpi(0) -- Change this to 0 if you dont like borders
Theme.border_width = dpi(2) -- Change this to 0 if you dont like borders
Theme.border_normal = cat["Base"]
--Theme.border_focus = color["Red"] -- Doesnt work, no idea why; workaround is in signals.lua
Theme.border_marked = cat["Red"]