iced-rs / iced_aw

Additional widgets for the Iced GUI library
MIT License
467 stars 110 forks source link

Make `selection_list` follow iced theme #294

Closed TheSpartaPT closed 1 month ago

TheSpartaPT commented 1 month ago

Previously selection_list had hardcoded colors which were more geared towards light themes and didn't adjust them according to the theme you set for iced, this PR makes it so selection_list uses palette of the set iced theme.