kekl
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
static char *font = "Terminus:pixelsize=18:antialias=true:autohint=true";
|
static char *font = "TerminessNerdFont:pixelsize=18:antialias=true:autohint=true";
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
static char *shell = "/usr/local/bin/bash";
|
static char *shell = "/usr/local/bin/bash";
|
||||||
@ -22,7 +22,7 @@ static int bellvolume = 0;
|
|||||||
char *termname = "xterm";
|
char *termname = "xterm";
|
||||||
unsigned int tabspaces = 2;
|
unsigned int tabspaces = 2;
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
[0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
[0] = "#010101", /* 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