diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -132,10 +132,16 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ +/* unsigned int defaultfg = 258; unsigned int defaultbg = 259; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; +*/ +unsigned int defaultfg = 257; +unsigned int defaultbg = 256; +unsigned int defaultcs = 258; +static unsigned int defaultrcs = 256; /* * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps-SP-q.1D81 @@ -204,6 +210,7 @@ ResourcePref resources[] = { { "background", STRING, &colorname[256] }, { "foreground", STRING, &colorname[257] }, { "cursorColor", STRING, &colorname[258] }, + { "alpha", FLOAT, &alpha }, { "termname", STRING, &termname }, { "shell", STRING, &shell }, { "minlatency", INTEGER, &minlatency }, |
