Compare commits

...

2 Commits

Author SHA1 Message Date
18e35b868a poggers 2025-02-10 22:52:23 +01:00
e2f169dee0 poggers 2025-02-10 22:52:08 +01:00

View File

@ -19,7 +19,7 @@ static double maxlatency = 33;
static unsigned int blinktimeout = 800;
static unsigned int cursorthickness = 2;
static int bellvolume = 0;
char *termname = "xterm";
char *termname = "screen-256color";
unsigned int tabspaces = 2;
static const char *colorname[] = {
@ -44,7 +44,7 @@ static const char *colorname[] = {
[15] = "#ffffff", /* white */
/* Background and Foreground */
[256] = "#161616", /* background */
[256] = "#121212", /* background */
[257] = "#ffffff", /* foreground */
};
/*