Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `theme::Definition` to `application::StyleSheet` | 2022-05-26 | 1 | -7/+2 | |
| | |||||
* | Tweak styling of `Slider` and improve contrast of `Background` | 2022-05-26 | 1 | -5/+5 | |
| | |||||
* | Let a `Theme` control the `text_color` of an application | 2022-05-26 | 1 | -1/+9 | |
| | |||||
* | Implement theme styling for `Slider` | 2022-05-26 | 1 | -0/+54 | |
| | |||||
* | Let a `Theme` control the background color of an application | 2022-05-25 | 1 | -1/+13 | |
| | | | | ... and remove `Application::background_color` | ||||
* | Implement basic theming `Palette` | 2022-05-21 | 1 | -8/+71 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+45 | |
RFC: https://github.com/iced-rs/rfcs/pull/6 |