Adding alpha gradient patch
This commit is contained in:
parent
a23971fff1
commit
99903c67d9
4 changed files with 20 additions and 3 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue