mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
transparency more opaque
This commit is contained in:
parent
8c0ade2c1e
commit
efad574780
@ -83,7 +83,7 @@ static char termname[] = "st-256color";
|
|||||||
static unsigned int tabspaces = 8;
|
static unsigned int tabspaces = 8;
|
||||||
|
|
||||||
/* bg opacity */
|
/* bg opacity */
|
||||||
static const int alpha = 0xaa;
|
static const int alpha = 0xdd;
|
||||||
|
|
||||||
/* 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 New Issue
Block a user