This commit is contained in:
memL0rz
2024-10-13 10:40:02 -01:00
parent ce6c05a64b
commit c8f4af9601

View File

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