From 870582641b0b1679a2a426fcfa4b71b832dfdec4 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 27 Nov 2022 15:46:36 +0100 Subject: changed colorscheme --- config.h | 3 ++- st | Bin 110088 -> 110088 bytes x.o | Bin 78784 -> 78752 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index ad5c171..7aa0da5 100644 --- a/config.h +++ b/config.h @@ -97,8 +97,9 @@ unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { + /* 8 normal colors */ - "#f65b5b", + "#000000", "#e74c7c", "#6bb05d", "#e59e67", diff --git a/st b/st index f9f55f0..0225f57 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index e736179..7c42e42 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3