diff --git a/CHANGELOG.md b/CHANGELOG.md
index feb922a..ac40724 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Unit-Tests für Cursor-Mapping (alle §8-Defensiv-Cases), Repository-Flows mit Turbine, DataStore round-trip
- Instrumented smoke test against the real CalendarContract provider
+### Changed
+- Redesigned launcher icon: line-art calendar with a stylized "1" inside
+ (kalendae reference) and a small calendula bloom badge in the
+ bottom-right corner. Replaces the simple "1"-only foreground from
+ v0.1.0. Source SVG checked in at `design/icon/calendula_mark.svg`,
+ also used to regenerate the F-Droid catalog `icon.png` (512x512)
+ per locale.
+
## [0.1.1] — 2026-06-08
### Fixed
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
index a2669c8..d8d5011 100644
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ b/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -1,16 +1,73 @@
+
-
+ android:viewportWidth="232"
+ android:viewportHeight="232">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:pathData="M170.786,169C174.77,169 178,165.77 178,161.786C178,157.802 174.77,154.572 170.786,154.572C166.802,154.572 163.572,157.802 163.572,161.786C163.572,165.77 166.802,169 170.786,169Z" />
diff --git a/design/icon/calendula_mark.svg b/design/icon/calendula_mark.svg
new file mode 100644
index 0000000..ccfa59d
--- /dev/null
+++ b/design/icon/calendula_mark.svg
@@ -0,0 +1,13 @@
+
diff --git a/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png b/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png
index d07c066..13db6f5 100644
Binary files a/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png and b/fdroid-metadata/de.jeanlucmakiola.calendula/de-DE/icon.png differ
diff --git a/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png b/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png
index d07c066..13db6f5 100644
Binary files a/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png and b/fdroid-metadata/de.jeanlucmakiola.calendula/en-US/icon.png differ