From 567724898c4c53a6c731763d422f3f23da632995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 28 May 2023 18:48:45 -0400 Subject: [PATCH] update theme --- assets/_colors.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/_colors.scss b/assets/_colors.scss index 0c910ff..620eb06 100644 --- a/assets/_colors.scss +++ b/assets/_colors.scss @@ -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); } \ No newline at end of file