Reverted bg opacity back to 0.8 for upstream merge
This commit is contained in:
parent
24fa39b861
commit
05708c89c3
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue