Change background opacity to 85%
This commit is contained in:
parent
6f57f9765a
commit
a7305631cb
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in a new issue