From 496ed4d108def261523d7bf7edcf71a4e45de5b5 Mon Sep 17 00:00:00 2001 From: user <106764128+isaac-8601@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:11:13 -0800 Subject: [PATCH] Add Everforest Dark theme (hard contrast). --- smassh/ui/css/themes/everforest_dark.tcss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 smassh/ui/css/themes/everforest_dark.tcss diff --git a/smassh/ui/css/themes/everforest_dark.tcss b/smassh/ui/css/themes/everforest_dark.tcss new file mode 100644 index 00000000..ae847bda --- /dev/null +++ b/smassh/ui/css/themes/everforest_dark.tcss @@ -0,0 +1,10 @@ +$bg-color: #272e33; +$main-color: #a7c080; +$caret-color: #d699b6; +$sub-color: #7A8478; +$sub-alt-color: #2e383c; +$text-color: #d3c6aa; +$error-color: #e67e80; +$error-extra-color: #e69875; +$colorful-error-color: #e67e80; +$colorful-error-extra-color: #e69875; \ No newline at end of file