more theming

This commit is contained in:
paul-loedige
2020-11-24 14:27:50 +01:00
parent 7dedff9c4c
commit 866b1f1d98
2 changed files with 45 additions and 3 deletions
+6 -3
View File
@@ -109,16 +109,19 @@ for i in groups:
#endregion
#region layouts
focus_color = '#bd93f9'
layouts = [
layout.MonadTall(
border_focus = '#00ff00',
border_focus = focus_color,
border_width = 2,
new_at_current = True,
),
layout.Floating(),
layout.Floating(
border_focus = focus_color,
),
layout.Max(),
layout.MonadWide(
border_focus = '#00ff00',
border_focus = focus_color,
border_width = 2,
new_at_current = True,
),