Fixed issue #41, added WIN_FS_COLOR to config.h

This commit is contained in:
Bert Münnich
2012-03-02 19:42:14 +01:00
parent 37a42dba34
commit 3238ef6bf6
4 changed files with 7 additions and 7 deletions

View File

@ -15,6 +15,7 @@ static const char * const BAR_FONT = "fixed";
* (see X(7) section "COLOR NAMES" for valid values)
*/
static const char * const WIN_BG_COLOR = "#777777";
static const char * const WIN_FS_COLOR = "#000000";
static const char * const SEL_COLOR = "#DDDDDD";
static const char * const BAR_BG_COLOR = "#222222";
static const char * const BAR_FG_COLOR = "#EEEEEE";