Change background opacity to 85%

This commit is contained in:
Przemek Grondek 2021-07-07 01:58:13 +02:00
parent 6f57f9765a
commit a7305631cb

View File

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