# HG changeset patch # User paulo # Date 1348038625 25200 # Node ID d65207f4021a863806b94d2b239f8394f5d3dfcf # Parent da0e0496f75b996492204d971ee14078279366e9 adjust inverse colors diff -r da0e0496f75b -r d65207f4021a config.h --- a/config.h Tue Sep 18 00:17:32 2012 -0700 +++ b/config.h Wed Sep 19 00:10:25 2012 -0700 @@ -12,8 +12,8 @@ #define SELBGCOLOR "#222222" #define SELFGCOLOR "#00ff00" #define INVBORDERCOLOR "#aaaaaa" -#define INVBGCOLOR "#007777" -#define INVFGCOLOR "#dddd00" +#define INVBGCOLOR "#000099" +#define INVFGCOLOR "#eeee00" #define TOPBAR True /* False */ #define TASKBAR True /* False */ #define CLICK_TO_FOCUS True /* False */