commit 9ed7e40c64612471ccfafcf1b254f36a4efe1ce7 parent 0100fc5c8f5cad7a742e728cc9a75246ac81b793 Author: mpizzzle <michael.770211@gmail.com> Date: Sat, 23 May 2020 13:11:08 +0100 updating alpha values Diffstat:
| M | config.def.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -90,8 +90,8 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; //< alpha value used when the window is focused. -float alphaUnfocussed = 0.6; //< alpha value used when the focus is lost +float alpha = 0.9; //< alpha value used when the window is focused. +float alphaUnfocussed = 0.8; //< alpha value used when the focus is lost /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {