st

st config
git clone git://git.evenfri.duckdns.org/st.git
Log | Files | Refs | README | LICENSE

commit 8e5bf0d35b4cb9a49f471ad769d8eff30bf924f4
parent 138edeb3efc07a4b3e9d567b4c6ec067e6779042
Author: evenfri <evenfri256@gmail.com>
Date:   Sat, 18 Jul 2026 22:57:46 +0800

update

Diffstat:
Mconfig.h | 4++--
Afonts/unicode.9x15.ttf | 0
Afonts/unicode.9x15B.ttf | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Adwaita Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "PxPlus IBM VGA8:pixelsize=16:antialias=false"; static int borderpx = 2; /* @@ -125,7 +125,7 @@ static const char *colorname[] = { "#555555", // "#bfbfbf", /* default foreground colour (bright white) */ "#ffffff", /* default foreground colour (bright white) */ - "#111111", /* default background colour (black) */ + "#000000", /* default background colour (black) */ }; /* diff --git a/fonts/unicode.9x15.ttf b/fonts/unicode.9x15.ttf Binary files differ. diff --git a/fonts/unicode.9x15B.ttf b/fonts/unicode.9x15B.ttf Binary files differ.