diff options
author | Bert <ber.t@gmx.com> | 2011-02-17 16:22:54 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-17 16:22:54 +0100 |
commit | ef24ded6afeb185192e815868c28a31c4c2e6d97 (patch) | |
tree | 54d055b7dcdc7ea064df57e56eafc0452dcd9d8b /config.h | |
parent | 095217b26f43b711c8ebc281110553ec788f7ebe (diff) |
Highlight selected thumbnail
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) * |