You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/07 10:44:32 UTC

[royale-asjs] branch develop updated: Update all jewel themes

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e7c788c  Update all jewel themes
e7c788c is described below

commit e7c788c316fac50d5a3f3f273cef9192dc559c5a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Sep 7 12:44:27 2018 +0200

    Update all jewel themes
---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 .../src/main/resources/defaults.css                              | 9 ++++++---
 24 files changed, 144 insertions(+), 72 deletions(-)

diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
index 1f837c0..78b4bc7 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #9f239d;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
index 878e9fb..50754db 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #1198e9;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
index ba9d264..c7d98b6 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #71a02f;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
index cef70e4..0a9e280 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #2e8e39;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
index 74f21d9..cd2a1e0 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #d97a08;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
index e203fa5..8e335e2 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #c51017;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
index a95f3ef..a152400 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #225b95;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
index 1a21a6e..83ca6bb 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #f69d0e;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
index cd555d7..843d072 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #d64010;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
index 6a7ca48..0c21a65 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #1f7f78;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
index 00f0867..38ff509 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #4a2069;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
index c880523..56ad07b 100644
--- a/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Dark-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
@@ -764,13 +764,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #b1a909;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
index 45c1ba4..cedb2c7 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Amethyst-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #9f239d;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
index fecf012..ac4da6d 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #1198e9;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
index 47e5fef..9cc7c3c 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Emerald-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #71a02f;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
index 249f359..7476736 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Green-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #2e8e39;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
index 1f0b4d0..8792315 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Orange-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #d97a08;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
index 77f8481..5b65818 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Red-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #c51017;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
index d9be9ca..d1f4682 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #225b95;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
index 7cdacf4..c1127c0 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sunflower-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #f69d0e;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
index 2acfa9e..009e9fd 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Topaz-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #d64010;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
index d325036..1b645de 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Turquoise-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #1f7f78;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
index af41cd6..b2346f7 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Violet-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #4a2069;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
index 374d3e8..7541adf 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Yellow-Theme/src/main/resources/defaults.css
@@ -763,13 +763,16 @@ a:active {
   margin-right: 8px;
 }
 
-.jewel.errorTip {
+.jewel.tooltip {
   color: #FFFFFF;
-  background: #EC1C24;
+  background: #b1a909;
   box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
   animation: slide-up 0.4s ease;
 }
-.jewel.errorTip::before {
+.jewel.tooltip.error {
+  background: #EC1C24;
+}
+.jewel.tooltip.error::before {
   border-top-color: #EC1C24;
   border: solid 8px transparent;
 }