diff config.h @ 11:da0e0496f75b

add "inverse" color set, for indicating in the status bar when in command mode
author paulo
date Tue, 18 Sep 2012 00:17:32 -0700
parents ed4f1bf80e57
children d65207f4021a
line diff
     1.1 --- a/config.h	Tue Jul 05 01:11:23 2011 -0700
     1.2 +++ b/config.h	Tue Sep 18 00:17:32 2012 -0700
     1.3 @@ -11,6 +11,9 @@
     1.4  #define SELBORDERCOLOR		"#ff0000"
     1.5  #define SELBGCOLOR		"#222222"
     1.6  #define SELFGCOLOR		"#00ff00"
     1.7 +#define INVBORDERCOLOR		"#aaaaaa"
     1.8 +#define INVBGCOLOR		"#007777"
     1.9 +#define INVFGCOLOR		"#dddd00"
    1.10  #define TOPBAR			True		/* False */
    1.11  #define TASKBAR			True		/* False */
    1.12  #define CLICK_TO_FOCUS			True		/* False */