aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-09 16:32:40 +0100
committerBert <ber.t@gmx.com>2011-02-09 16:32:40 +0100
commit8e5835d1fd945ee9582aae71b3ee693b6ef46307 (patch)
tree51e0570310b1be112702976a35d9d70c36ff2cff /config.h
parent9be473443922a39e7cb52e605ccae922dde375a1 (diff)
downloadnsxiv-8e5835d1fd945ee9582aae71b3ee693b6ef46307.tar.zst
Handle image remove/rename while running
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6105599..8f773d5 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
/* default color to use for window background: *
* (see X(7) "COLOR NAMES" section for valid values) */
-#define BG_COLOR "#888888"
+#define BG_COLOR "#999999"
/* how should images be scaled when they are loaded?: *
* (also controllable via -d/-s/-Z/-z options) *