diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2023-01-31 21:42:25 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2023-01-31 21:42:25 +0000 |
| commit | 388c69bb90bc05a7c339886a3c93906d066f170e (patch) | |
| tree | 8c06b6e0ed45c8bc6fccd4f0f3c8a2845c91c4f7 /config.def.h | |
| parent | 446b356f707b1e56811ca89caa27fb083b6611d4 (diff) | |
| parent | e5e959835b195c023d1f685ef4dbbcfc3b5120b2 (diff) | |
| download | st-388c69bb90bc05a7c339886a3c93906d066f170e.tar.gz st-388c69bb90bc05a7c339886a3c93906d066f170e.zip | |
Merge branch 'master' into shivesh
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index bb744c9..6c25f09 100644 --- a/config.def.h +++ b/config.def.h @@ -126,6 +126,8 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", + "gray90", /* default foreground colour */ + "black", /* default background colour */ }; @@ -133,9 +135,9 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 7; -unsigned int defaultbg = 0; -static unsigned int defaultcs = 256; +unsigned int defaultfg = 258; +unsigned int defaultbg = 259; +unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; /* |
