aboutsummaryrefslogtreecommitdiff
path: root/examples/styling.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: increase border radius of rounded widgets just in casePolesznyák Márk2026-02-031-2/+1
|
* chore: update as necessary for upstream iced changesPolesznyák Márk2025-12-091-9/+18
|
* chore: update as necessary for upstream iced changesPolesznyák Márk2025-11-301-2/+5
|
* feat!: combine `Primary`, `Secondary`, `Tertiary` and `Error`Polesznyák Márk2025-11-221-4/+3
| | | | | | Now only a singular `ColorQuartet` struct exists. Also rename some `Surface` and `Inverse` fields for consistency.
* feat!: remove `Default` implPolesznyák Márk2025-10-011-2/+12
|
* feat: update `styling` example to work with new system theme trackingPolesznyák Márk2025-09-291-6/+47
|
* feat!: use iced's built-in theme preference detectionPolesznyák Márk2025-09-291-29/+17
|
* feat: switch to `mundy` for the `system-theme` featurepml682025-08-011-10/+21
|
* feat: add `styling` example (modified from `iced`)pml682025-07-311-0/+183