diff options
Diffstat (limited to 'st/config.h')
-rwxr-xr-x | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index f86d587..ca15b57 100755 --- a/st/config.h +++ b/st/config.h @@ -95,7 +95,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.9; +float alpha = 0.97; /* Terminal colors (16 first used in escape sequence) */ |