From c8f4af96017c4ebe698f59f3891322cf7c3bc4d5 Mon Sep 17 00:00:00 2001 From: memL0rz Date: Sun, 13 Oct 2024 10:40:02 -0100 Subject: [PATCH] changed to #101010 --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 9a77996..c1f3e3e 100755 --- a/config.def.h +++ b/config.def.h @@ -19,10 +19,10 @@ static double maxlatency = 33; static unsigned int blinktimeout = 800; static unsigned int cursorthickness = 2; static int bellvolume = 0; -char *termname = "st-256color"; +char *termname = "xterm"; unsigned int tabspaces = 8; static const char *colorname[] = { - [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#101010", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */