summaryrefslogtreecommitdiffstats
path: root/style/src/theme/palette.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade `palette` dependencyLibravatar Clark Moody2023-05-251-10/+12
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-0/+53
|
* wip: Custom palette for built in themeLibravatar Ashley Wulber2022-11-031-1/+7
|
* Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-281-6/+5
| | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
* Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez2022-07-101-5/+5
|
* Remove unused code warningsLibravatar Héctor Ramón Jiménez2022-06-071-14/+0
|
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-1/+1
|
* Introduce specific types for each `palette::Extended` fieldLibravatar Héctor Ramón Jiménez2022-05-261-30/+109
| | | | We will have more control over color calculations for each semantic purpose this way.
* Tweak styling of `Slider` and improve contrast of `Background`Libravatar Héctor Ramón Jiménez2022-05-261-13/+11
|
* Let a `Theme` control the `text_color` of an applicationLibravatar Héctor Ramón Jiménez2022-05-261-15/+25
|
* Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-261-0/+2
|
* Implement basic theming `Palette`Libravatar Héctor Ramón Jiménez2022-05-211-0/+202