From 1e246706bd89f99d810ab2e27387dc7f82ff0a19 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 Jun 2026 17:49:32 +0200 Subject: [PATCH] fix(settings): Fix appstore icon color in settings menu Signed-off-by: Joas Schilling --- apps/appstore/REUSE.toml | 2 +- apps/appstore/appinfo/info.xml | 2 +- apps/appstore/img/app-dark.svg | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 apps/appstore/img/app-dark.svg 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