Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
changeset 14:09e9101ee51e
adjust inverse border color
author | paulo |
---|---|
date | Thu, 05 May 2016 22:17:52 -0700 |
parents | c65d4f8dc8fd |
children | cb5813c117e2 |
files | config.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/config.h Sat Mar 12 23:30:00 2016 -0800 1.2 +++ b/config.h Thu May 05 22:17:52 2016 -0700 1.3 @@ -11,7 +11,7 @@ 1.4 #define SELBORDERCOLOR "#ff0000" 1.5 #define SELBGCOLOR "#222222" 1.6 #define SELFGCOLOR "#00ff00" 1.7 -#define INVBORDERCOLOR "#0000aa" 1.8 +#define INVBORDERCOLOR "#00ffff" 1.9 #define INVBGCOLOR "#000099" 1.10 #define INVFGCOLOR "#eeee00" 1.11 #define TOPBAR True /* False */