Created
June 28, 2023 07:34
-
-
Save 8KCoffeeWizard/acda258834e33e7ff2108b510f403e9d to your computer and use it in GitHub Desktop.
DecayCE Discord Recolor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name DecayCE | |
* @description Allows you to customize Discord's native Color Scheme. | |
* @author DevilBro | |
* @version 1.0.0 | |
* @authorId 278543574059057154 | |
* @invite Jx3TjNS | |
* @donate https://www.paypal.me/MircoWittrien | |
* @patreon https://www.patreon.com/MircoWittrien | |
* @website https://mwittrien.github.io/ | |
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor/ | |
* @BDEditor DiscordRecolor | |
*/ | |
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css'); | |
:root { | |
--accentcolor: 134,170,236; | |
--accentcolor2: 199,155,240; | |
--linkcolor: 147,206,233; | |
--mentioncolor: 241,216,165; | |
--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: Lexend; | |
--backgroundaccent: 22,28,39; | |
--backgroundprimary: 13,15,24; | |
--backgroundsecondary: 11,13,22; | |
--backgroundsecondaryalt: 11,13,22; | |
--backgroundtertiary: 15,17,26; | |
--backgroundfloating: 15,17,26; | |
--settingsicons: 1; | |
} | |
/* Any custom CSS below here */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment