aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-17 17:19:13 +0100
committerBert <ber.t@gmx.com>2011-01-17 17:19:13 +0100
commit6e0db8c88def1ba5758c385b7586585bcd251c5f (patch)
treecb1f8322d8a418a71f96d3a0a3b0b66133b5b8c2 /config.h
parent8c240341f1c457b92a703b88087b03ccb774f4d4 (diff)
downloadnsxiv-6e0db8c88def1ba5758c385b7586585bcd251c5f.tar.zst
New BG_COLOR setting in config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 63c5d0f..e048124 100644
--- a/config.h
+++ b/config.h
@@ -9,3 +9,5 @@
#define ZOOM_MIN 12.5
#define ZOOM_MAX 400
+/* */
+#define BG_COLOR "#777777"