feat(themes): add 'useless_gap' prop to all themes

This commit is contained in:
actionless 2015-07-03 00:20:28 +02:00
parent 82549c04cd
commit 1a32ba6ecb
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"
theme.useless_gap = 0
theme.border_width = 1
theme.border_normal = "#000000"
theme.border_focus = "#535d6c"

View File

@ -19,6 +19,7 @@ theme.fg_focus = "#2e3436"
theme.fg_urgent = "#2e3436"
theme.fg_minimize = "#2e3436"
theme.useless_gap = 0
theme.border_width = 2
theme.border_normal = "#dae3e0"
theme.border_focus = "#729fcf"

View File

@ -22,6 +22,7 @@ theme.fg_focus = theme.bg_normal
theme.fg_urgent = theme.bg_normal
theme.fg_minimize = theme.bg_normal
theme.useless_gap = dpi(5)
theme.border_width = dpi(1)
theme.border_normal = xrdb.color0
theme.border_focus = theme.bg_focus

View File

@ -25,6 +25,7 @@ theme.bg_systray = theme.bg_normal
-- }}}
-- {{{ Borders
theme.useless_gap = 0
theme.border_width = 2
theme.border_normal = "#3F3F3F"
theme.border_focus = "#6F6F6F"