summaryrefslogtreecommitdiff
path: root/src/config.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: update according to latest iced and iced_material changesPolesznyák Márk2025-10-021-1/+1
|
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-261-1/+1
|
* feat: automatically save config updatespml682025-06-161-26/+30
|
* feat: write defaults to newly created config file if it's missingpml682025-06-151-3/+17
|
* feat: create config file on startup if it doesn't existpml682025-06-131-0/+4
|
* style: `theme` -> `appearance`pml682025-04-291-5/+6
|
* feat: switch to fully custom, Material3-based themepml682025-04-281-14/+27
|
* refactor: make config an `Arc<Config>` in `App`pml682025-03-011-0/+3
|
* feat: update to Rust 2024pml682025-02-211-4/+4
|
* feat!: add name to `Theme`, `is_dark` -> `dark`pml682025-02-161-14/+7
|
* refactor: remove iced_drop & workspacepml682025-01-111-0/+121