summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-071-1/+57
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-1/+45
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-0/+43
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-13/+72
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-0/+104
* Expose `palette` module in `theme`Libravatar Héctor Ramón Jiménez2022-06-041-2/+2
* Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-011-0/+39
* Introduce `Custom` style variant for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-7/+22
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-0/+19
* Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-011-0/+26
* Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-011-0/+60
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-0/+28
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-261-32/+22
* Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-261-28/+28
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-7/+2
* Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2022-05-261-5/+5
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-261-1/+9
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-261-0/+54
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-1/+13
* Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2022-05-211-8/+71
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+45