aewl
changeset 564:a22a70174d44
using a more blue-ish color...
author | arg@mig29 |
---|---|
date | Wed, 08 Nov 2006 17:16:38 +0100 |
parents | ebf54a82cae0 |
children | fe766305eed1 |
files | config.arg.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Wed Nov 08 17:10:51 2006 +0100 1.2 +++ b/config.arg.h Wed Nov 08 17:16:38 2006 +0100 1.3 @@ -12,10 +12,10 @@ 1.4 #define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" 1.5 #define NORMBGCOLOR "#333333" 1.6 #define NORMFGCOLOR "#dddddd" 1.7 -#define SELBGCOLOR "#666699" 1.8 +#define SELBGCOLOR "#336699" 1.9 #define SELFGCOLOR "#eeeeee" 1.10 #define STATUSBGCOLOR "#222222" 1.11 -#define STATUSFGCOLOR "#9999cc" 1.12 +#define STATUSFGCOLOR "#99ccff" 1.13 1.14 #define MASTER 600 /* per thousand */ 1.15 #define MODKEY Mod1Mask