From 9a9ae2222d1558a59833a73d98f8ba0a1f03c785 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 25 Feb 2023 23:05:08 +0100 Subject: [PATCH] new alpha setting --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index 2dcc8b1..83e2719 100644 --- a/options.h +++ b/options.h @@ -109,7 +109,7 @@ char *termname = "st-256color"; /* TERM value, underline will break if i unsigned int tabspaces = 4; /* Number of spaces per tab. 8 is common, I prefer 4. */ /* Alpha options */ -float alpha = 1; /* Background alpha/opacity between 0 and 1. */ +float alpha = 0.9; /* Background alpha/opacity between 0 and 1. */ float gradalpha = 0.54; /* Background gradient alpha value that will be changed */ float statalpha = 0.46; /* Alpha that will be added to gradalpha */