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::