Reduce opacity

This commit is contained in:
Akbar Rahman 2021-08-30 14:08:36 +01:00
parent 5ab2941d46
commit d2acee51ff
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

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