From f6a6b9689efcbf7c87cd3cc1d2f531aa25e9a060 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Mon, 14 Apr 2025 15:00:27 +0200 Subject: [PATCH] feat(web): remove old and unused color tokens These tokens are not being used anymore since we recently switched to material design. --- .../web/assets/themes/opencloud/theme.json | 52 +------------------ 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/services/web/assets/themes/opencloud/theme.json b/services/web/assets/themes/opencloud/theme.json index 60d25dae36..592c1d4e73 100644 --- a/services/web/assets/themes/opencloud/theme.json +++ b/services/web/assets/themes/opencloud/theme.json @@ -147,17 +147,6 @@ "onChrome": "#ffffff" }, "colorPalette": { - "background-accentuate": "rgba(255, 255, 5, 0.1)", - "background-default": "#ffffff", - "background-highlight": "#f1f3f4", - "background-hover": "#f4e5ff", - "background-muted": "#f8f8f8", - "background-secondary": "#ffffff", - "background-chrome": "#20434F", - "background-sidebar": "#F1F3F4", - "border": "#ecebee", - "color-components-apptopbar-background": "transparent", - "color-components-apptopbar-border": "#ceddee", "icon-archive": "#fbbe54", "icon-audio": "#700460", "icon-document": "#3b44a6", @@ -167,46 +156,7 @@ "icon-pdf": "#ec0d47", "icon-presentation": "#ee6b3b", "icon-spreadsheet": "#15c286", - "icon-video": "#045459", - "input-bg": "#ffffff", - "input-border": "#396676", - "input-text-default": "#19353f", - "input-text-muted": "#20434f", - "swatch-brand-contrast": "#19353f", - "swatch-brand-default": "#E2BAFF", - "swatch-brand-hover": "#f4e5ff", - "swatch-brand-muted": "#CA8DF5", - "swatch-primary-contrast": "#ffffff", - "swatch-primary-default": "#20434f", - "swatch-primary-gradient": "#20434f", - "swatch-primary-gradient-hover": "#20434f", - "swatch-primary-hover": "#20434f", - "swatch-primary-muted": "#20434f", - "swatch-primary-muted-hover": "#20434f", - "swatch-passive-contrast": "#ffffff", - "swatch-passive-default": "#19353f", - "swatch-passive-hover": "#19353f", - "swatch-passive-hover-outline": "#ffffff", - "swatch-passive-muted": "#19353f", - "swatch-inverse-contrast": "#19353f", - "swatch-inverse-default": "#ffffff", - "swatch-inverse-hover": "#ffffff", - "swatch-inverse-muted": "#dadada", - "swatch-danger-contrast": "#ffffff", - "swatch-danger-default": "#ba1a1a", - "swatch-danger-hover": "#b12b2b", - "swatch-danger-muted": "rgb(204, 117, 117)", - "swatch-success-contrast": "#ffffff", - "swatch-success-default": "rgb(3, 84, 63)", - "swatch-success-hover": "#023b2c", - "swatch-success-muted": "rgb(83, 150, 10)", - "swatch-warning-contrast": "#ffffff", - "swatch-warning-default": "rgb(183, 76, 27)", - "swatch-warning-hover": "#a04318", - "swatch-warning-muted": "rgba(183, 76, 27, .5)", - "text-default": "#19353f", - "text-inverse": "#ffffff", - "text-muted": "#19353f" + "icon-video": "#045459" } } }