Update st config to new aesthetic preferences

This commit is contained in:
Alex Selimov 2025-05-29 20:48:32 -04:00
parent 452af3549d
commit 91e123a178

View File

@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = static char *font =
"FiraCode Nerd Font Mono:pixelsize=13:antialias=true:autohint=true"; "IosevkaTermSlab Nerd Font Propo:pixelsize=15:antialias=true:autohint=true";
static char *font2[] = {"Noto Color Emoji: pixelsize=12"}; static char *font2[] = {"Noto Color Emoji: pixelsize=12"};
static int borderpx = 4; static int borderpx = 4;
static int dark = 0; static int dark = 0;
@ -97,7 +97,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8; unsigned int tabspaces = 8;
/* bg opacity */ /* bg opacity */
float alpha = 0.90; float alpha = 1.00;
/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = { static const char *colorname[] = {