From 0c1fc495db6c33449118573a05ae689fef05d6d1 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Tue, 24 Nov 2020 18:06:06 +0000 Subject: [PATCH] Add $dark and $light variables --- PVEDiscordDark/sass/_vars.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PVEDiscordDark/sass/_vars.sass b/PVEDiscordDark/sass/_vars.sass index 8a110f8..43e1532 100644 --- a/PVEDiscordDark/sass/_vars.sass +++ b/PVEDiscordDark/sass/_vars.sass @@ -2,4 +2,6 @@ $blurple: #7289da $green: #43b581 $yellow: #faa61a $red: #ba2b2d -$darker: #23272a \ No newline at end of file +$dark: #2C2F33 +$darker: #23272a +$light: #4A4D53 \ No newline at end of file