aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-29 12:56:17 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-29 12:56:17 +0200
commite703a81b042fd79dcc262472eb075cc5ded0aebb (patch)
tree6021f84dad08b5a6137a49c56a98613b5faccd21 /README.md
parentdocs(README): add builds.sr.ht status badge (diff)
downloadiced_material-e703a81b042fd79dcc262472eb075cc5ded0aebb.tar.gz
feat!: use iced's built-in theme preference detection
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 570b67f..1119dd5 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@
## Features
-- `default`: `system-theme`
-- `system-theme`: Adds a `System` theme variant that follows the system theme mode.
+- `default`: `linux-theme-detection`
+- `linux-theme-detection`: Enables Linux system theme detection.
- `serde`: Provides [`serde`](https://docs.rs/serde) support.
- `animate`: Provides support for animating with [`iced_anim`](https://github.com/bradysimon/iced_anim/tree/iced/master).
- `crisp`: Enables pixel snapping for crisp edges by default (can cause jitter!).