update theme

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

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