diff options
author | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
commit | e77592fb54057e331dea65d293ede7856d2f2ba1 (patch) | |
tree | 4c95c84418f1f3990667aaea0b18cb5a512a2eb0 /config.def.h | |
parent | 9075ac883494635eec1be82a82fe99f87f01783b (diff) |
st: update base to 0.8.5
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index 090bf33..1f9b5e3 100644 --- a/config.def.h +++ b/config.def.h @@ -130,8 +130,8 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "black", - "gray90", + "gray90", /* default foreground colour */ + "black", /* default background colour */ }; @@ -139,10 +139,10 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 257; -unsigned int defaultbg = 256; -static unsigned int defaultcs = 258; -static unsigned int defaultrcs = 259; +unsigned int defaultfg = 258; +unsigned int defaultbg = 259; +unsigned int defaultcs = 256; +static unsigned int defaultrcs = 257; /* * Default shape of cursor |