From ef24ded6afeb185192e815868c28a31c4c2e6d97 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 17 Feb 2011 16:22:54 +0100 Subject: Highlight selected thumbnail --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index b53acb4..775e34c 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,8 @@ /* default color to use for window background: * * (see X(7) "COLOR NAMES" section for valid values) */ #define BG_COLOR "#999999" +/* default color to use for selections: */ +#define SEL_COLOR "#0000BB" /* how should images be scaled when they are loaded?: * * (also controllable via -d/-s/-Z/-z options) * -- cgit v1.2.3