From 0411a837a8f6410d2c4ad213d9e881757e025e8b Mon Sep 17 00:00:00 2001 From: Mateja Date: Wed, 9 Dec 2020 23:06:08 +0100 Subject: Change colors. --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 4967a55..578fa6c 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,7 @@ static const int scroll_on_output = 0; static const int scroll_on_keystroke = 1; static const int mouse_autohide = 0; - -static const float transparency = 0.8; +static const double transparency = 0.9; static const int colors[] = { 0x3b4252, @@ -30,6 +29,7 @@ static const int cursor_foreground = 0x2e3440; static const int foreground = 0xd8dee9; static const int foreground_bold = 0xd8dee9; -static const int background = 0x2e3440; +/* static const int background = 0x2e3440; */ +static const int background = 0x171a20; static const int highlight = 0x4c566a; -- cgit v1.2.3