Compare commits

...

3 Commits

Author SHA1 Message Date
Sojus07
6aeca1f8f6 kekl 2025-05-19 21:22:32 +02:00
18e35b868a poggers 2025-02-10 22:52:23 +01:00
e2f169dee0 poggers 2025-02-10 22:52:08 +01:00
2 changed files with 4 additions and 4 deletions

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

@ -4,7 +4,7 @@ VERSION = 0.9.2
# Customize below to fit your system # Customize below to fit your system
# paths # paths
PREFIX = /usr PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man MANPREFIX = $(PREFIX)/share/man
X11INC = ${PREFIX}/include X11INC = ${PREFIX}/include