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 #endregion
#region layouts #region layouts
focus_color = '#bd93f9'
layouts = [ layouts = [
layout.MonadTall( layout.MonadTall(
border_focus = '#00ff00', border_focus = focus_color,
border_width = 2, border_width = 2,
new_at_current = True, new_at_current = True,
), ),
layout.Floating(), layout.Floating(
border_focus = focus_color,
),
layout.Max(), layout.Max(),
layout.MonadWide( layout.MonadWide(
border_focus = '#00ff00', border_focus = focus_color,
border_width = 2, border_width = 2,
new_at_current = True, new_at_current = True,
), ),
+39
View File
@@ -0,0 +1,39 @@
[colors]
# special
foreground = #f8f8f2
foreground_bold = #f8f8f2
cursor = #f8f8f2
background = rgba(40, 42, 54, 1)
# black
color0 = #000000
color8 = #4d4d4d
# red
color1 = #ff5555
color9 = #ff6e67
# green
color2 = #50fa7b
color10 = #5af78e
# yellow
color3 = #f1fa8c
color11 = #f4f99d
# blue
color4 = #bd93f9
color12 = #caa9fa
# magenta
color5 = #ff79c6
color13 = #ff92d0
# cyan
color6 = #8be9fd
color14 = #9aedfe
# white
color7 = #bfbfbf
color15 = #e6e6e6