From 25f89d03e2e89c8c01f739b6f8c7a4dd12da48ab Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 25 Jul 2023 22:25:09 -0400 Subject: [PATCH] removed /misc --- misc/black.theme.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 misc/black.theme.css diff --git a/misc/black.theme.css b/misc/black.theme.css deleted file mode 100644 index 6a5bd46..0000000 --- a/misc/black.theme.css +++ /dev/null @@ -1,23 +0,0 @@ -@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css'); -@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;400;500;700&display=swap'); - -:root { - --accentcolor: 121,218,200; - --accentcolor2: 255,84,84; - --linkcolor: 128,160,255; - --mentioncolor: 227,199,138; - --textbrightest: 255,255,255; - --textbrighter: 222,222,222; - --textbright: 185,185,185; - --textdark: 140,140,140; - --textdarker: 115,115,115; - --textdarkest: 80,80,80; - --font: Overpass; - --backgroundaccent: 50,52,55; - --backgroundprimary: 0,0,0; - --backgroundsecondary: 0,0,0; - --backgroundsecondaryalt: 0,0,0; - --backgroundtertiary: 50,52,55; - --backgroundfloating: 50,52,55; - --settingsicons: 1; -}