Revert "Updated colors"

This reverts commit c844323b0d.
This commit is contained in:
jon
2018-10-20 07:24:08 -05:00
parent c844323b0d
commit a0e43a69ce
5 changed files with 2 additions and 2 deletions

View File

@@ -9,10 +9,10 @@ static const char *fonts[] = {
};
static const char dmenufont[] = "monospace:size=10";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#555555";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb";
static const char selbordercolor[] = "#555555";
static const char selbgcolor[] = "#222222";
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 */