Compare commits
2 Commits
f1402b93cd
...
master
Author | SHA1 | Date | |
---|---|---|---|
18e35b868a | |||
e2f169dee0 |
@ -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 */
|
||||
};
|
||||
/*
|
||||
|
Reference in New Issue
Block a user