From a9a0a93e7cf0dc4204851242cbdd1e853482b88a Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 22 Oct 2023 05:44:09 +0200 Subject: [PATCH] make opaque --- config.def.h | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 0d65345..0bee321 100644 --- a/config.def.h +++ b/config.def.h @@ -94,7 +94,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 1.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/config.h b/config.h index 0d65345..0bee321 100644 --- a/config.h +++ b/config.h @@ -94,7 +94,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 1.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {