Mention X resource properties in build-time color config

master
Bert Münnich 2019-01-26 14:12:17 +01:00
parent 174e2dd94c
commit d5b8242706
1 changed files with 1 additions and 0 deletions

View File

@ -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";