From e9bb39d56fe9982b8a1b6e3f6864a10b4a35aa51 Mon Sep 17 00:00:00 2001 From: Mateja Date: Wed, 7 Apr 2021 12:49:06 +0200 Subject: Applied alpha patch. --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f80d915..9f622d8 100644 --- a/config.def.h +++ b/config.def.h @@ -93,6 +93,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +/* bg opacity */ +float alpha = 0.85; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ @@ -118,7 +121,7 @@ static const char *colorname[] = { [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#2e3440", /* background */ + "#000000", /* background */ "#d8dee9", /* foreground */ }; -- cgit v1.2.3