tconfig.h: maximize fg/bg contrast - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 710d61cdd9473ee0a0cb250c90d60944e4539999
(DIR) parent 18d225a3e7ae415950c11de0902ae29dfeb62c3e
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 3 Nov 2020 15:58:14 +0100
config.h: maximize fg/bg contrast
Diffstat:
M config.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -120,8 +120,8 @@ static const char *colorname[] = {
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- [256] = "#c5c8c6",
- [257] = "#1d1f21",
+ [256] = "#ffffff",
+ [257] = "#000000",
[258] = "#aeafad",
};
t@@ -149,7 +149,7 @@ static const char *altcolorname[] = {
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- [256] = "#4d4d4c",
+ [256] = "#000000",
[257] = "#ffffff",
[258] = "#aeafad",
};