From 0140e9c12f29fce732538e8578b27a834df749ca Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Thu, 3 Feb 2022 11:51:43 +0100 Subject: [PATCH] theme: fix logo and align with upstream --- theme-cernbox/theme.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme-cernbox/theme.json b/theme-cernbox/theme.json index d643843..5b36ad3 100644 --- a/theme-cernbox/theme.json +++ b/theme-cernbox/theme.json @@ -5,7 +5,7 @@ "slogan": "CERNBox – The CERN Cloud Storage" }, "logo": { - "sidebar": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", + "topbar": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", "favicon": "cernbox/theme-cernbox/assets/cernbox-abstract.svg", "login": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", "notFound": "themes/owncloud/assets/cloud.svg" @@ -16,6 +16,7 @@ }, "designTokens": { "colorPalette": { + "background-accentuate": "", "background-default": "", "background-highlight": "#edf3fa", "background-muted": "", @@ -73,7 +74,7 @@ "slogan": "CERNBox – The CERN Cloud Storage" }, "logo": { - "sidebar": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", + "topbar": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", "favicon": "cernbox/theme-cernbox/assets/cernbox-abstract.svg", "login": "cernbox/theme-cernbox/assets/cernbox-lrg.svg", "notFound": "themes/owncloud/assets/cloud.svg"