Fix tab bar background not being update in the shader when using set-colors

This commit is contained in:
Kovid Goyal 2021-10-25 09:11:23 +05:30
parent c9faf5dd59
commit 71c62664cd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -948,7 +948,7 @@ PYWRAP1(patch_global_colors) {
}
P(active_border_color); P(inactive_border_color); P(bell_border_color);
if (configured) {
P(background); P(url_color);
P(background); P(url_color); P(tab_bar_background);
P(mark1_background); P(mark1_foreground); P(mark2_background); P(mark2_foreground);
P(mark3_background); P(mark3_foreground);
}