From 66f85b68f8dd47f4927ed08ca689f309a4606d7f Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 16 May 2023 16:39:29 +0200 Subject: [PATCH] update design-foundation Signed-off-by: Simon L --- developer_manual/design/foundations.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/developer_manual/design/foundations.rst b/developer_manual/design/foundations.rst index 3a7956ce9..8adc094fb 100644 --- a/developer_manual/design/foundations.rst +++ b/developer_manual/design/foundations.rst @@ -19,7 +19,10 @@ While this is the primary color associated with Nextcloud and can be used to dra .. note:: The primary color can be customized by admins through theming, but the default experience will be Nextcloud blue. If the primary color is themed to something very light like a shade of yellow, the text or header icons will be inverted to dark automatically. - +* On web: ``var(--color-primary-element)`` +* Android: uses default Material Design colors +* iOS: `systemFill `_ +* Desktop: `default Qt guidelines `_ Background color ^^^^^^^^^^^^^^^^ @@ -40,7 +43,7 @@ Nextcloud apps have a light and a dark theme, with appropriately chosen colors f * On web: ``var(--color-main-background)`` * Android: uses default Material Design colors * iOS: `systemBackground `_ -* Desktop: default Qt guidelines +* Desktop: `default Qt guidelines `_ Text color ^^^^^^^^^^ @@ -61,7 +64,7 @@ This is the main color for the text in light theme, and in dark theme. * On web: ``var(--color-main-text)`` * Android: uses default Material Design color "high emphasis" * iOS: `label `_ (in UITextView, leave the default textColor) -* Desktop: default Qt guidelines +* Desktop: `default Qt guidelines `_ .. list-table::