fix alpha not working correctly

This commit is contained in:
yosh 2023-06-23 20:00:24 -05:00
parent dd0d40061c
commit e7ee869ef6
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ setup(void)
#endif
/* init appearance */
for (j = 0; j < SchemeLast; j++)
scheme[j] = drw_scm_create(drw, colors[j], alphas[i], 2);
scheme[j] = drw_scm_create(drw, colors[j], alphas[j], 2);
clip = XInternAtom(dpy, "CLIPBOARD", False);
utf8 = XInternAtom(dpy, "UTF8_STRING", False);