summaryrefslogtreecommitdiff
path: root/theme_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-0/+1
* refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml682025-04-221-3/+3
* feat(material_theme): implement `text_editor::Catalog`pml682025-04-221-4/+15
* feat(material_theme): implement `pane_grid::Catalog`pml682025-04-201-107/+177
* feat(material_theme): implement `slider::Catalog`pml682025-04-191-6/+11
* feat(material_theme): implement `rule::Catalog`pml682025-04-191-2/+13
* feat(material_theme): implement `slider::Catalog`pml682025-04-181-2/+10
* refactor: inline Dark and Light theme definitions, remove toml filespml682025-04-171-1/+14
* feat(material_theme): implement `checkbox::Catalog`pml682025-04-171-2/+13
* feat(material_theme): implement `text_input::Catalog`pml682025-04-151-9/+17
* chore(deps): update `iced_dialog`pml682025-04-151-5/+2
* refactor: move `material_theme` and `iced_drop` into separate crates dirpml682025-04-151-1/+1
* feat(material_theme): implement `pick_list::Catalog`pml682025-04-152-67/+121
* feat(material_theme): implement `theme::Base` for theme (`None` for now)pml682025-04-151-4/+3
* refactor: move custom theme into its separate cratepml682025-04-152-0/+97