fix: #815 sidebar not themed

This commit is contained in:
0xMRTT 2023-09-07 20:34:27 +02:00
parent f33d005288
commit a5b3096782
No known key found for this signature in database

View file

@ -45,6 +45,10 @@ https://github.com/GradienceTeam/Gradience
gtk_css += custom_css.get(app_type, "")
gtk_css += "\n.navigation-sidebar {\nbackground-color: "
gtk_css += variables["window_bg_color"]
gtk_css += ";\n}"
final_css = theming_warning + gtk_css
return final_css