From f9dd1f938a880e280af961ab581cbef3cd4ca966 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:28:46 -0500 Subject: [PATCH] Two new accent colors: Yellow and Hatsune --- src/_accents.scss | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/_accents.scss b/src/_accents.scss index 845a3da..cc8731d 100644 --- a/src/_accents.scss +++ b/src/_accents.scss @@ -8,23 +8,31 @@ ..ゞノ  ~じ'フ~ル'ノ */ - /* Blue */ :root { --accent: rgb(26, 129, 251); --accent-hover: rgba(0, 78, 174, 0.977); --accent-selected: rgb(26, 129, 251, 0.612); - } - /* Red :root { --accent: rgb(237, 60, 68); --accent-hover: rgb(237, 60, 68, 0.977); --accent-selected: rgb(237, 60, 68, 0.612); - }*/ + } +*/ + + +/* Yellow +:root { + --accent: rgb( 251, 192, 45); + --accent-hover: rgba( 251, 192, 45, 0.977); + --accent-selected: rgb( 251, 192, 45, 0.612); +} +*/ + /* Pink :root { @@ -33,3 +41,12 @@ --accent-selected: rgb(248, 74, 156, 0.612); } */ + + +/* Hatsune +:root { + --accent: rgb(0, 166, 166); + --accent-hover: rgb(255, 0, 128, 0.977); + --accent-selected: rgb(255, 0, 128, 0.612); +} +*/