Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
changeset 12:d65207f4021a
adjust inverse colors
author | paulo |
---|---|
date | Wed, 19 Sep 2012 00:10:25 -0700 |
parents | da0e0496f75b |
children | c65d4f8dc8fd 85763b447d0f |
files | config.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/config.h Tue Sep 18 00:17:32 2012 -0700 1.2 +++ b/config.h Wed Sep 19 00:10:25 2012 -0700 1.3 @@ -12,8 +12,8 @@ 1.4 #define SELBGCOLOR "#222222" 1.5 #define SELFGCOLOR "#00ff00" 1.6 #define INVBORDERCOLOR "#aaaaaa" 1.7 -#define INVBGCOLOR "#007777" 1.8 -#define INVFGCOLOR "#dddd00" 1.9 +#define INVBGCOLOR "#000099" 1.10 +#define INVFGCOLOR "#eeee00" 1.11 #define TOPBAR True /* False */ 1.12 #define TASKBAR True /* False */ 1.13 #define CLICK_TO_FOCUS True /* False */