diff --git a/st/bst b/st/bst index baa9e0e5..768cedd2 100755 Binary files a/st/bst and b/st/bst differ diff --git a/st/config.h b/st/config.h index b2bd261f..232aedfb 100644 --- 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.6; +float alpha = 0.7; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/st/st b/st/st index 1fe9c018..ddf509a8 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index d77bc925..19fab163 100644 Binary files a/st/x.o and b/st/x.o differ