From e81f0c2864a7154abd4b159223959df8fae472f8 Mon Sep 17 00:00:00 2001 From: MC Date: Thu, 24 Jun 2010 08:57:50 +0200 Subject: Added real colour handling and -f and -u options for setting them. --- config.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index caab63b..26f3459 100644 --- a/config.h +++ b/config.h @@ -27,23 +27,19 @@ * to be in $PATH. * * Change to "xterm" if you're feeling conservative. + * + * Can be set from command line with "-t program". */ #define TERMINAL "urxvt" -/* Colour on border for focused windows. */ - /* - * FIXME: We blatantly ignore displays that doesn't handle direct - * colour values. Sorry. + * Default colour on border for focused windows. Can be set from + * command line with "-f color". */ +#define FOCUSCOL "chocolate1" -/* very light gray. */ -/* #define FOCUSCOL 0xe5e5e5 */ -/* amber */ -#define FOCUSCOL 0xff7f24 - -/* Ditto for unfocused. */ -#define UNFOCUSCOL 0x666666 +/* Ditto for unfocused. Use "-u color". */ +#define UNFOCUSCOL "grey40" /* Width of border window, in pixels. */ #define BORDERWIDTH 1 -- cgit v1.2.3