Reverted bg opacity back to 0.8 for upstream merge

This commit is contained in:
Tristan Simas 2020-05-13 17:10:44 -04:00
parent 24fa39b861
commit 05708c89c3

View File

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