From e7f850c2aac43999ad65801268be81692a15aab7 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 15 Jul 2026 08:56:37 +0200 Subject: [PATCH] refactor(web): remove colorPalette from theme With the recently added new file type icons in Web, the colorPalette option in the theme.json becomes obsolete. Hence remove it. Also see https://github.com/opencloud-eu/web/pull/2892 --- services/web/assets/themes/opencloud/theme.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/services/web/assets/themes/opencloud/theme.json b/services/web/assets/themes/opencloud/theme.json index 79f8067c5b..eee636dcf4 100644 --- a/services/web/assets/themes/opencloud/theme.json +++ b/services/web/assets/themes/opencloud/theme.json @@ -102,18 +102,6 @@ "surfaceContainer": "#f6f8fa", "surfaceContainerHigh": "#f2f4f5", "surfaceContainerHighest": "#eceef0" - }, - "colorPalette": { - "icon-archive": "#fbbe54", - "icon-audio": "#700460", - "icon-document": "#3b44a6", - "icon-folder": "#4d7eaf", - "icon-image": "#ee6b3b", - "icon-medical": "#0984db", - "icon-pdf": "#ec0d47", - "icon-presentation": "#ee6b3b", - "icon-spreadsheet": "#15c286", - "icon-video": "#045459" } } },