mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-01 02:31:47 +02:00
d93b6fa1b3
Previously when changing between themes with different backgrounds the widget's background color was not updating because they take the bg color from the `RenderConfig` which was only being updated on `apply_config`, now we also pass the `RenderConfig` to the `apply_theme` function and update it's `background_color` there as well.