aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-01-26 14:12:17 +0100
committerBert Münnich <ber.t@posteo.de>2019-01-26 14:12:17 +0100
commitd5b8242706c451fdae1439078a71b808df0b664e (patch)
tree53112935161efde831f29ac72c4a9cee759b6f80
parent174e2dd94c137331fd4b4d2404d43f7ca687c037 (diff)
downloadnsxiv-d5b8242706c451fdae1439078a71b808df0b664e.tar.zst
Mention X resource properties in build-time color config
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 16cbcc5..6c4aec9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,6 +12,7 @@ enum {
static const char * const BAR_FONT = "monospace:size=8";
/* colors:
+ * overwritten by 'background' and 'foreground' X resource properties.
* (see X(7) section "COLOR NAMES" for valid values)
*/
static const char * const BG_COLOR = "#555555";