From 076414ef71072e8e314729391be6f6f9d8df9667 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 13 May 2018 14:34:15 -0500 Subject: [PATCH] Changed bar color to dark grey --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 72a8060..f43d13e 100644 --- a/config.h +++ b/config.h @@ -11,8 +11,8 @@ static const char dmenufont[] = "monospace:size=10"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; -static const char selbordercolor[] = "#005577"; -static const char selbgcolor[] = "#005577"; +static const char selbordercolor[] = "#555555"; +static const char selbgcolor[] = "#555555"; static const char selfgcolor[] = "#eeeeee"; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */