From 59fe2eafd7904ca09473d5a406aadba16738c838 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Fri, 23 Jul 2021 11:47:33 +0200 Subject: [PATCH] Add theme entries and icons for the message types CURA-7278 --- resources/themes/cura-light/icons/low/Cancel.svg | 3 +++ resources/themes/cura-light/icons/low/Check.svg | 3 +++ resources/themes/cura-light/icons/low/Warning.svg | 3 +++ resources/themes/cura-light/theme.json | 10 +++++++++- 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 resources/themes/cura-light/icons/low/Cancel.svg create mode 100644 resources/themes/cura-light/icons/low/Check.svg create mode 100644 resources/themes/cura-light/icons/low/Warning.svg diff --git a/resources/themes/cura-light/icons/low/Cancel.svg b/resources/themes/cura-light/icons/low/Cancel.svg new file mode 100644 index 0000000000..e5c45c6bdd --- /dev/null +++ b/resources/themes/cura-light/icons/low/Cancel.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/themes/cura-light/icons/low/Check.svg b/resources/themes/cura-light/icons/low/Check.svg new file mode 100644 index 0000000000..03348e4bf1 --- /dev/null +++ b/resources/themes/cura-light/icons/low/Check.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/themes/cura-light/icons/low/Warning.svg b/resources/themes/cura-light/icons/low/Warning.svg new file mode 100644 index 0000000000..5dc2a04ae3 --- /dev/null +++ b/resources/themes/cura-light/icons/low/Warning.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index a2727ec12b..6b06687e4b 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -467,7 +467,15 @@ "monitor_carousel_dot_current": [119, 119, 119, 255], "cloud_unavailable": [153, 153, 153, 255], - "connection_badge_background": [255, 255, 255, 255] + "connection_badge_background": [255, 255, 255, 255], + + + "message_success_background": [36, 162, 73, 255], + "message_success_icon": [255, 255, 255, 255], + "message_warning_background": [253, 209, 58, 255], + "message_warning_icon": [0, 0, 0, 255], + "message_error_background": [218, 30, 40, 255], + "message_error_icon": [255, 255, 255, 255] }, "sizes": {