fixing linux stuff

This commit is contained in:
2026-02-02 19:26:01 +01:00
parent 7626f97695
commit cd8182425a
28 changed files with 36 additions and 90 deletions

View File

@@ -170,7 +170,6 @@ pub fn rotate_theme(theme: ThemeColors, degrees: f32) -> ThemeColors {
success_fg: rotate_color(theme.flash.success_fg, degrees),
info_bg: rotate_color(theme.flash.info_bg, degrees),
info_fg: rotate_color(theme.flash.info_fg, degrees),
event_rgb: rotate_tuple(theme.flash.event_rgb, degrees),
},
list: ListColors {
playing_bg: rotate_color(theme.list.playing_bg, degrees),