update tag colors

This commit is contained in:
yexingsha 2024-01-10 21:18:34 -06:00 committed by Dan Stillman
parent 30b4577283
commit 786a48c995
2 changed files with 20 additions and 20 deletions

View file

@ -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) {

View file

@ -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) {