summaryrefslogtreecommitdiffstats
path: root/style/src/theme/palette.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-071-625/+0
|
* Hyperlink sources in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-111-38/+38
|
* Add Kanagawa, Moonfly, Nightfly, Oxocarbon themesLibravatar Var Bhat2024-02-111-0/+90
|
* add tokyo night themes and palettesLibravatar Var Bhat2024-02-111-0/+45
| | | | Source: https://github.com/enkia/tokyo-night-vscode-theme
* add catppuccin themesLibravatar Var Bhat2024-02-111-0/+60
|
* Fix import style in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-031-1/+1
|
* Capitalize theme names in `style::theme::palette`Libravatar Héctor Ramón Jiménez2024-02-031-18/+24
|
* Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat2024-02-031-1/+85
|
* Add `explain` toggle to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-0/+3
|
* 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