From 3057974b5e792507ebb39a1de4688df442850b0e Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 16 Jun 2020 14:19:32 +1000 Subject: Increased contrast of colours, changed cursor colour to stand out. --- .fuse_hidden00000db400000002 | Bin 0 -> 102624 bytes config.h | 12 ++++++------ st | Bin 102624 -> 102624 bytes x.o | Bin 75384 -> 75384 bytes 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .fuse_hidden00000db400000002 diff --git a/.fuse_hidden00000db400000002 b/.fuse_hidden00000db400000002 new file mode 100644 index 0000000..15575ac Binary files /dev/null and b/.fuse_hidden00000db400000002 differ diff --git a/config.h b/config.h index f55e60a..a522b80 100644 --- a/config.h +++ b/config.h @@ -110,24 +110,24 @@ static const char *colorname[] = { [7] = "#707880", /* white */ /* 8 bright colors */ - [8] = "#373b41", /* black */ + [8] = "#273b41", /* black */ [9] = "#cc6666", /* red */ [10] = "#b5bd68", /* green */ [11] = "#f0c674", /* yellow */ [12] = "#81a2be", /* blue */ [13] = "#b294bb", /* magenta */ [14] = "#8abeb7", /* cyan */ - [15] = "#c5c8c6", /* white */ + [15] = "#d5d8d6", /* white */ /* special colors */ - [256] = "#1d1f21", /* background */ - [257] = "#c5c8c6", /* foreground */ + [256] = "#0d0f11", /* background */ + [257] = "#d5d8d6", /* foreground */ }; unsigned int defaultfg = 257; unsigned int defaultbg = 256; -static unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +static unsigned int defaultcs = 257; +static unsigned int defaultrcs = 12; diff --git a/st b/st index ab4aadc..31e94e7 100644 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 43605d4..f1976ed 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3