From 0272ab5f64b01cdf7535935e6256a13907682d93 Mon Sep 17 00:00:00 2001 From: meml0rz Date: Mon, 25 Nov 2024 03:38:53 +0100 Subject: [PATCH] freebsd --- config.def.h | 6 +++--- config.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 41068c1..211902f 100755 --- a/config.def.h +++ b/config.def.h @@ -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; diff --git a/config.mk b/config.mk index 1b9039c..d410529 100755 --- a/config.mk +++ b/config.mk @@ -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