This commit is contained in:
meml0rz
2024-11-25 03:38:53 +01:00
parent 0fbfec6d4e
commit 0272ab5f64
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
static char *font = "monospace: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 = 4;
static const char *colorname[] = {
[0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */
[0] = "#010101", /* hard contrast: #1d2021 / soft contrast: #32302f */
[1] = "#cc241d", /* red */
[2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */
@ -46,7 +46,7 @@ static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
unsigned int defaultfg = 15;
unsigned int defaultfg = 1;
unsigned int defaultbg = 0;
unsigned int defaultcs = 15;
static unsigned int defaultrcs = 257;

View File

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