Browse Source

Mention X resource properties in build-time color config

master
Bert Münnich 5 years ago
parent
commit
d5b8242706
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config.def.h

+ 1
- 0
config.def.h View File

@@ -12,6 +12,7 @@ enum {
static const char * const BAR_FONT = "monospace:size=8"; static const char * const BAR_FONT = "monospace:size=8";


/* colors: /* colors:
* overwritten by 'background' and 'foreground' X resource properties.
* (see X(7) section "COLOR NAMES" for valid values) * (see X(7) section "COLOR NAMES" for valid values)
*/ */
static const char * const BG_COLOR = "#555555"; static const char * const BG_COLOR = "#555555";


Loading…
Cancel
Save