Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: maximize fg/bg contrast - st - [fork] customized build of st, the si…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 710d61cdd9473ee0a0cb250c90d60944e4539999
parent 18d225a3e7ae415950c11de0902ae29dfeb62c3e
Author: Anders Damsgaard <[email protected]>
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(-)
---
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",
};
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.