new alpha setting

This commit is contained in:
speedie 2023-02-25 23:05:08 +01:00
parent fbc50ea577
commit 9a9ae2222d

View file

@ -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 */