summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLeonardo Murça <leo@leomurca.xyz>2023-12-08 18:11:31 -0300
committerLeonardo Murça <leo@leomurca.xyz>2023-12-08 18:11:31 -0300
commita42262d25359df06309c4ce869b008a726b95656 (patch)
treef04236eafb9e8dbc6e228f25eb7b9cf062080ecf /config.h
parent20c7735f653374740d50485cbc16c346b9bb932b (diff)
Apply alpha patchHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index d3a9a44..f1cf547 100644
--- a/config.h
+++ b/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 */