commit 0e3bcfdfed1868cc8949859439e2c2b31e944219 parent b22a6819ba803bd55985fc8c78e1de996ce644e1 Author: hhvn <dev@hhvn.uk> Date: Sat, 8 Jan 2022 20:12:14 +0000 config.h: change sel/norm colours Diffstat:
M | config.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.h b/config.h @@ -2,9 +2,9 @@ /* appearance */ static const char font[] = "monospace:size=9"; -static const char* normbgcolor = "#24284c"; -static const char* normfgcolor = "#eeeeee"; -static const char* selbgcolor = "#30404e"; +static const char* normbgcolor = "#050a10"; +static const char* normfgcolor = "#777b8e"; +static const char* selbgcolor = "#1b364b"; static const char* selfgcolor = "#eeeeee"; static const char* urgbgcolor = "#892b2b"; static const char* urgfgcolor = "#0a0a10";