diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-12 10:57:47 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-12 10:57:47 -0700 |
commit | efad574780975ee22f2826900ac2a62883b02c40 (patch) | |
tree | 2abd36d66dbf73f94297cf8e20911738be2892ca /config.def.h | |
parent | 8c0ade2c1e4f2163c75d1a18e985531af0631bba (diff) |
transparency more opaque
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8ba1df1..8e10abd 100644 --- a/config.def.h +++ b/config.def.h @@ -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[] = { |