diff --git a/apps/appstore/REUSE.toml b/apps/appstore/REUSE.toml
index 99c57acf417..9166f5cad4b 100644
--- a/apps/appstore/REUSE.toml
+++ b/apps/appstore/REUSE.toml
@@ -10,7 +10,7 @@ SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
-path = ["img/app.svg"]
+path = ["img/app.svg", "img/app-dark.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2018-2024 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
diff --git a/apps/appstore/appinfo/info.xml b/apps/appstore/appinfo/info.xml
index 03e15ac8376..9856873f1dd 100644
--- a/apps/appstore/appinfo/info.xml
+++ b/apps/appstore/appinfo/info.xml
@@ -31,7 +31,7 @@
Apps
appstore.page.viewApps
- app.svg
+ app-dark.svg
5
settings
diff --git a/apps/appstore/img/app-dark.svg b/apps/appstore/img/app-dark.svg
new file mode 100644
index 00000000000..ded70d96295
--- /dev/null
+++ b/apps/appstore/img/app-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file