Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -625/+0 | ||
2024-02-11 | Hyperlink sources in `style::theme::palette` | 1 | -38/+38 | ||
2024-02-11 | Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes | 1 | -0/+90 | ||
2024-02-11 | add tokyo night themes and palettes | 1 | -0/+45 | ||
Source: https://github.com/enkia/tokyo-night-vscode-theme | |||||
2024-02-11 | add catppuccin themes | 1 | -0/+60 | ||
2024-02-03 | Fix import style in `style::theme::palette` | 1 | -1/+1 | ||
2024-02-03 | Capitalize theme names in `style::theme::palette` | 1 | -18/+24 | ||
2024-02-03 | Add Dracula, Nord, Solarized and Grubvox variants to `Theme` | 1 | -1/+85 | ||
2024-01-10 | Add `explain` toggle to `layout` example | 1 | -0/+3 | ||
2023-05-25 | Upgrade `palette` dependency | 1 | -10/+12 | ||
2022-11-10 | Write documentation for `iced_style` | 1 | -0/+53 | ||
2022-11-03 | wip: Custom palette for built in theme | 1 | -1/+7 | ||
2022-10-28 | Use `once_cell` instead of `lazy_static` | 1 | -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`). | |||||
2022-07-10 | Add and purify `arc` example by @ThatsNoMoon | 1 | -5/+5 | ||
2022-06-07 | Remove unused code warnings | 1 | -14/+0 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -1/+1 | ||
2022-05-26 | Introduce specific types for each `palette::Extended` field | 1 | -30/+109 | ||
We will have more control over color calculations for each semantic purpose this way. | |||||
2022-05-26 | Tweak styling of `Slider` and improve contrast of `Background` | 1 | -13/+11 | ||
2022-05-26 | Let a `Theme` control the `text_color` of an application | 1 | -15/+25 | ||
2022-05-26 | Implement theme styling for `Slider` | 1 | -0/+2 | ||
2022-05-21 | Implement basic theming `Palette` | 1 | -0/+202 | ||