Update themes.css

This commit is contained in:
Cobalt-60
2023-09-08 22:14:50 -04:00
committed by GitHub
parent f01ace9879
commit 01a4ba2be8
+3 -3
View File
@@ -147,10 +147,10 @@ body[data-theme='inferno'] {
}
body[data-theme='indigo'] {
--background-color: #7b2bfc;
--background-color: #9247fc;
--text: #fff;
--sidebar-bg: #7b2bfc;
--button-bg: #c19ded;
--sidebar-bg: #9247fc;
--button-bg: #b77efc;
--shadow-color: #190633;
--switch-color: #9759e3;
--switch-active: #bf97f0;