Mention X resource properties in build-time color config
This commit is contained in:
parent
174e2dd94c
commit
d5b8242706
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue