Grayscale color scheme

This commit is contained in:
Arkhist 2019-07-23 15:06:08 +02:00
parent 3ae20fda42
commit 8a657be32f
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ local theme = {}
theme.font = "sans 12"
theme.bg_normal = "#2c2e35"
theme.bg_focus = "#34373f"
theme.bg_normal = "#2e2e2e"
theme.bg_focus = "#343434"
theme.bg_urgent = "#bf221c"
theme.bg_minimize = "#5f4b66"
theme.bg_minimize = "#555555"
theme.bg_systray = theme.bg_normal
theme.fg_normal = "#aaaaaa"
@ -30,7 +30,7 @@ theme.fg_minimize = "#ffffff"
theme.useless_gap = dpi(0)
theme.border_width = dpi(1)
theme.border_normal = "#222222"
theme.border_focus = "#535d6c"
theme.border_focus = "#191919"
theme.border_marked = "#91231c"
naughty.config.defaults.position = "top_middle"