From 586bf5cb2e8627e808a33afee107dc9ad436d9ca 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:46:25 -0400 Subject: [PATCH] update theme --- assets/_colors.scss | 10 +++++----- data/graphConfig.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/_colors.scss b/assets/_colors.scss index 856ce03..0c910ff 100644 --- a/assets/_colors.scss +++ b/assets/_colors.scss @@ -1,17 +1,17 @@ :root { --light: #faf8f8; --dark: #141021; - --secondary: #7c00ce; + --secondary: #00e7e3; --tertiary: #ff48d4; --visited: #afbfc9; - --primary: #f28482; + --primary: #f282ad; --gray: #3f3f3f; --lightgray: #f0f0f0; --outlinegray: #dadada; --million-progress-bar-color: var(--secondary); - --highlighted: #8446ff88; - --header: #bca1ff; - --title: rgb(55, 0, 255); + --highlighted: #00e7e388; + --header: #a1e7ff; + --title: #00e7e3 --scrollbar: gray; --scrollbar-track: #DDD; } diff --git a/data/graphConfig.yaml b/data/graphConfig.yaml index 06ce2b0..ef53a3e 100644 --- a/data/graphConfig.yaml +++ b/data/graphConfig.yaml @@ -34,4 +34,4 @@ globalGraph: ### For all graphs ### paths: - - /moc: "#4388cc" + - /moc: "#00e7e3"