st

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

commit 138edeb3efc07a4b3e9d567b4c6ec067e6779042
parent bcfeb47f0b5e1fa9d1d47176d5a64843bef6b3c5
Author: iffilopy <iffilopy@gmail.com>
Date:   Sun, 12 Jul 2026 16:31:37 +0800

update

Diffstat:
Mconfig.h | 7++++---
1 file changed, 4 insertions(+), 3 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 = "Liberation Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Adwaita Mono:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -123,8 +123,9 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "#bfbfbf", /* default foreground colour (bright white) */ - "#121314", /* default background colour (black) */ + // "#bfbfbf", /* default foreground colour (bright white) */ + "#ffffff", /* default foreground colour (bright white) */ + "#111111", /* default background colour (black) */ }; /*