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