Adding alpha gradient patch

This commit is contained in:
bakkeby 2021-02-15 14:37:37 +01:00
parent a23971fff1
commit 99903c67d9
4 changed files with 20 additions and 3 deletions

View file

@ -124,6 +124,10 @@ unsigned int tabspaces = 8;
#if ALPHA_PATCH
/* bg opacity */
float alpha = 0.8;
#if ALPHA_GRADIENT_PATCH
float grad_alpha = 0.54; //alpha value that'll change
float stat_alpha = 0.46; //constant alpha value that'll get added to grad_alpha
#endif // ALPHA_GRADIENT_PATCH
#endif // ALPHA_PATCH
/* Terminal colors (16 first used in escape sequence) */