From 8a657be32f70c1256a7855ee37c4a29f577f90c7 Mon Sep 17 00:00:00 2001 From: Arkhist Date: Tue, 23 Jul 2019 15:06:08 +0200 Subject: [PATCH] Grayscale color scheme --- theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.lua b/theme.lua index 050da0b..ad1502d 100644 --- a/theme.lua +++ b/theme.lua @@ -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"