diff options
author | Bert Münnich <ber.t@posteo.de> | 2019-01-26 14:12:17 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2019-01-26 14:12:17 +0100 |
commit | d5b8242706c451fdae1439078a71b808df0b664e (patch) | |
tree | 53112935161efde831f29ac72c4a9cee759b6f80 | |
parent | 174e2dd94c137331fd4b4d2404d43f7ca687c037 (diff) |
Mention X resource properties in build-time color config
-rw-r--r-- | config.def.h | 1 |
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"; |