comparison 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
comparison
equal deleted inserted replaced
7:b95381b59ec4 8:4c43f781ee50
9 #define NORMBGCOLOR "#222222" 9 #define NORMBGCOLOR "#222222"
10 #define NORMFGCOLOR "#eeeeee" 10 #define NORMFGCOLOR "#eeeeee"
11 #define SELBORDERCOLOR "#ff0000" 11 #define SELBORDERCOLOR "#ff0000"
12 #define SELBGCOLOR "#222222" 12 #define SELBGCOLOR "#222222"
13 #define SELFGCOLOR "#00ff00" 13 #define SELFGCOLOR "#00ff00"
14 #define INVBORDERCOLOR "#aaaaaa"
15 #define INVBGCOLOR "#007777"
16 #define INVFGCOLOR "#dddd00"
14 #define TOPBAR True /* False */ 17 #define TOPBAR True /* False */
15 #define TASKBAR True /* False */ 18 #define TASKBAR True /* False */
16 #define CLICK_TO_FOCUS True /* False */ 19 #define CLICK_TO_FOCUS True /* False */
17 20
18 /* behavior */ 21 /* behavior */