From 786a48c995a1a43b4b3dde9b259f6fa9f66be5fd Mon Sep 17 00:00:00 2001 From: yexingsha Date: Wed, 10 Jan 2024 21:18:34 -0600 Subject: [PATCH] update tag colors --- scss/themes/_dark.scss | 20 ++++++++++---------- scss/themes/_light.scss | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/scss/themes/_dark.scss b/scss/themes/_dark.scss index 9148136c93..6dd91467f1 100644 --- a/scss/themes/_dark.scss +++ b/scss/themes/_dark.scss @@ -37,17 +37,17 @@ $-colors: ( color-scrollbar: rgb(117, 117, 117), color-scrollbar-hover: rgb(158, 158, 158), color-scrollbar-background: transparent, - tag-blue: #55a6dfd9, + tag-blue: #2ea8e5d9, tag-gray: #aaac, - tag-green: #74b04ad9, - tag-indigo: #5b6dd2, - tag-magenta: #d675e7d9, - tag-orange: #e59c4ccc, - tag-plum: #9b5579, - tag-purple: #9e8bdfe5, - tag-red: #ed706be5, - tag-teal: #439781, - tag-yellow: #f8d648bf, + tag-green: #5fb236d9, + tag-indigo: #576dd9, + tag-magenta: #e56eeed9, + tag-orange: #f19837cc, + tag-plum: #a6507b, + tag-purple: #a28ae5e5, + tag-red: #ff6666e5, + tag-teal: #009980, + tag-yellow: #ffd400bf, ); @media (prefers-color-scheme: dark) { diff --git a/scss/themes/_light.scss b/scss/themes/_light.scss index a9622c4fc9..49a949f713 100644 --- a/scss/themes/_light.scss +++ b/scss/themes/_light.scss @@ -37,17 +37,17 @@ $-colors: ( color-scrollbar: rgb(194, 194, 194), color-scrollbar-hover: rgb(125, 125, 125), color-scrollbar-background: transparent, - tag-blue: #55a6df, + tag-blue: #2ea8e5, tag-gray: #aaa, - tag-green: #74b04a, - tag-indigo: #5b6dd2, - tag-magenta: #d675e7, - tag-orange: #e59c4c, - tag-plum: #9b5579, - tag-purple: #9e8bdf, - tag-red: #ed706b, - tag-teal: #439781, - tag-yellow: #f8d648, + tag-green: #5fb236, + tag-indigo: #576dd9, + tag-magenta: #e56eee, + tag-orange: #f19837, + tag-plum: #a6507b, + tag-purple: #a28ae5, + tag-red: #ff6666, + tag-teal: #009980, + tag-yellow: #ffd400, ); @media (prefers-color-scheme: light) {