~petersanchez/st

2edb496f71d93381075aba8750e0cff2f0be1af5 — Peter Sanchez 3 years ago cdb55d8
Applied alpha patch and config colors
1 files changed, 2 insertions(+), 2 deletions(-)

M config.def.h
M config.def.h => config.def.h +2 -2
@@ 132,8 132,8 @@ static const char *colorname[] = {
 * Default colors (colorname index)
 * foreground, background, cursor, reverse cursor
 */
unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
unsigned int defaultfg = 7;
unsigned int defaultbg = 258;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;