diff --git a/developer_manual/design/foundations.rst b/developer_manual/design/foundations.rst index 3a7956ce94d..0005f91cd12 100644 --- a/developer_manual/design/foundations.rst +++ b/developer_manual/design/foundations.rst @@ -87,28 +87,33 @@ Status and indicators .. list-table:: - * - .. figure:: ../images/colour-success.svg + * - .. figure:: ../images/color-info.svg + + Info: #006AA3 + + - .. figure:: ../images/color-success.svg Success: #46BA61 - - .. figure:: ../images/colour-error.svg + - .. figure:: ../images/color-error.svg Error: #E9322D - - .. figure:: ../images/colour-warning.svg + - .. figure:: ../images/color-warning.svg Warning: #ECA700 -Interface elements associated with a status like success, error, or warning may also be colored to communicate the action better. +Interface elements associated with a status like info, success, error, or warning may also be colored to communicate the action better. While interface elements like buttons are colored differently depending on their action, the color of the text in that element is almost always either of the main text colors, that is light or dark. * On web: - * Success colour: ``var(--color-success)`` - * Warning colour: ``var(--color-warning)`` - * Error colour: ``var(--color-error)`` + * Info color: ``var(--color-info)`` + * Success color: ``var(--color-success)`` + * Warning color: ``var(--color-warning)`` + * Error color: ``var(--color-error)`` * Android: Material Design guidelines * iOS: `Apple HIG colors `_ diff --git a/developer_manual/images/colour-error.svg b/developer_manual/images/color-error.svg similarity index 100% rename from developer_manual/images/colour-error.svg rename to developer_manual/images/color-error.svg diff --git a/developer_manual/images/color-info.svg b/developer_manual/images/color-info.svg new file mode 100644 index 00000000000..6a2898e2e5e --- /dev/null +++ b/developer_manual/images/color-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/developer_manual/images/colour-success.svg b/developer_manual/images/color-success.svg similarity index 100% rename from developer_manual/images/colour-success.svg rename to developer_manual/images/color-success.svg diff --git a/developer_manual/images/colour-warning.svg b/developer_manual/images/color-warning.svg similarity index 100% rename from developer_manual/images/colour-warning.svg rename to developer_manual/images/color-warning.svg