changed to #101010
This commit is contained in:
@ -19,10 +19,10 @@ 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 = "st-256color";
|
char *termname = "xterm";
|
||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 8;
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
[0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
[0] = "#101010", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||||
[1] = "#cc241d", /* red */
|
[1] = "#cc241d", /* red */
|
||||||
[2] = "#98971a", /* green */
|
[2] = "#98971a", /* green */
|
||||||
[3] = "#d79921", /* yellow */
|
[3] = "#d79921", /* yellow */
|
||||||
|
Reference in New Issue
Block a user