diff --git a/docs/theme/css/variables.css b/docs/theme/css/variables.css
index 1fe0e7dc8514d46acf202c6c995a7f50f5acab2b..dceba25af87e62ee64459984950d3e6921421d39 100644
--- a/docs/theme/css/variables.css
+++ b/docs/theme/css/variables.css
@@ -87,6 +87,11 @@
--download-btn-border-hover: hsla(220, 60%, 50%, 0.2);
--download-btn-shadow: hsla(220, 40%, 60%, 0.1);
+ --toast-bg: hsla(220, 93%, 98%);
+ --toast-border: hsla(220, 93%, 42%, 0.3);
+ --toast-border-success: hsla(120, 73%, 42%, 0.3);
+ --toast-border-error: hsla(0, 90%, 50%, 0.3);
+
--footer-btn-bg: hsl(220, 60%, 98%, 0.4);
--footer-btn-bg-hover: hsl(220, 60%, 93%, 0.5);
--footer-btn-border: hsla(220, 60%, 40%, 0.15);
@@ -166,6 +171,11 @@
--download-btn-border-hover: hsla(220, 90%, 80%, 0.4);
--download-btn-shadow: hsla(220, 50%, 60%, 0.15);
+ --toast-bg: hsla(220, 20%, 98%, 0.05);
+ --toast-border: hsla(220, 93%, 70%, 0.2);
+ --toast-border-success: hsla(120, 90%, 60%, 0.3);
+ --toast-border-error: hsla(0, 90%, 80%, 0.3);
+
--footer-btn-bg: hsl(220, 90%, 95%, 0.01);
--footer-btn-bg-hover: hsl(220, 90%, 50%, 0.05);
--footer-btn-border: hsla(220, 90%, 90%, 0.05);
diff --git a/docs/theme/index.hbs b/docs/theme/index.hbs
index 4339a02d1722d0d64e67b35de66889d9a849e9a4..86008ed690a9644b32227f68fbec148b94907640 100644
--- a/docs/theme/index.hbs
+++ b/docs/theme/index.hbs
@@ -131,7 +131,7 @@
-