patched alpha changes

This commit is contained in:
Solomon Laing 2025-04-18 17:54:49 +09:30
parent 87b0917743
commit e4935affa7

View File

@ -93,6 +93,9 @@ char *termname = "st-256color";
*/ */
unsigned int tabspaces = 8; unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.8;
/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = { static const char *colorname[] = {
/* 8 normal colors */ /* 8 normal colors */