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 */