transparency more opaque
This commit is contained in:
parent
8c0ade2c1e
commit
efad574780
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static char termname[] = "st-256color";
|
|||
static unsigned int tabspaces = 8;
|
||||
|
||||
/* bg opacity */
|
||||
static const int alpha = 0xaa;
|
||||
static const int alpha = 0xdd;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
|
|
Loading…
Reference in a new issue