summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-03Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez1-6/+22
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber1-5/+5
2022-11-03wip: Custom palette for built in themeLibravatar Ashley Wulber1-1/+8
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-3/+11
2022-08-02feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger1-0/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-4/+4
2022-07-08Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez1-2/+11
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-6/+20
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-0/+35
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-1/+57
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-1/+45
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-0/+43
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-13/+72
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-0/+104
2022-06-04Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez1-0/+39
2022-06-01Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez1-7/+22
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-0/+19
2022-06-01Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez1-0/+26
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-0/+60
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-0/+28
2022-05-26Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez1-32/+22
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-28/+28
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-7/+2
2022-05-26Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez1-5/+5
2022-05-26Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez1-1/+9
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez1-0/+54
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-1/+13
2022-05-21Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez1-8/+71
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+45