update theme

This commit is contained in:
parent 586bf5cb2e
commit 567724898c
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -2,9 +2,9 @@
--light: #faf8f8;
--dark: #141021;
--secondary: #00e7e3;
--tertiary: #ff48d4;
--tertiary: #ff85b6;
--visited: #afbfc9;
--primary: #f282ad;
--primary: #00e7e3;
--gray: #3f3f3f;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
@ -19,16 +19,16 @@
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #f7f2fa !important;
--secondary: #b866ff !important;
--visited: #d199ff !important;
--tertiary: #92a8ff !important;
--primary: #f58382 !important;
--secondary: #00e7e3 !important;
--visited: #7cbbd0 !important;
--tertiary: #ff85b6 !important;
--primary: #00e7e3 !important;
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
--highlighted: #574010;
--header: #7838f8;
--title: rgb(253, 116, 253);
--scrollbar: rgb(177, 177, 177);
--highlighted: #00e7e388;
--header: #00b3ba;
--title: #74f4fd;
--scrollbar: #00e7e3;
--scrollbar-track: rgb(51, 51, 51);
}