This commit is contained in:
memL0rz
2024-12-05 14:21:54 +00:00
parent 35b0f648ca
commit b00c7a5c28
2 changed files with 3 additions and 3 deletions

View File

@ -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 char *shell = "/usr/local/bin/bash";
@ -22,7 +22,7 @@ static int bellvolume = 0;
char *termname = "xterm";
unsigned int tabspaces = 2;
static const char *colorname[] = {
[0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
[0] = "#010101", /* hard contrast: #1d2021 / soft contrast: #32302f */
[1] = "#cc241d", /* red */
[2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */

View File

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