aboutsummaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/config.h')
-rwxr-xr-xst/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st/config.h b/st/config.h
index b027ee7..6660e90 100755
--- a/st/config.h
+++ b/st/config.h
@@ -93,6 +93,9 @@ char *termname = "st-256color";
*/
unsigned int tabspaces = 8;
+/* bg opacity */
+float alpha = 0.8;
+
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */