1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

transparency more opaque

This commit is contained in:
Luke Smith 2018-03-12 10:57:47 -07:00
parent 8c0ade2c1e
commit efad574780

View File

@ -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[] = {