switched to gruvbox and opacity to 1

This commit is contained in:
aniketkharel 2023-05-05 10:55:11 +05:45
parent 967effbc24
commit bbb1eca4bf
No known key found for this signature in database

View file

@ -107,7 +107,7 @@ char *termname = "xterm-256color";
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.9;
float alpha = 1;
float alphaOffset = 0.0;
float alphaUnfocus;