dmenu

Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
Log | Files | Refs | README | LICENSE

commit 6c1e46654dae69bb7b3fe3935358a53e44628a75
parent e980c7ff1814b533f674eec535af6c5658b1bc62
Author: Anselm R. Garbe <arg@10kloc.org>
Date:   Thu, 24 Aug 2006 11:57:58 +0200

small color change
Diffstat:
config.arg.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.arg.h b/config.arg.h @@ -7,4 +7,4 @@ #define NORMBGCOLOR "#666699" #define NORMFGCOLOR "#eeeeee" #define SELBGCOLOR "#eeeeee" -#define SELFGCOLOR "#666699" +#define SELFGCOLOR "#000088"