Skip to content

Instantly share code, notes, and snippets.

@8KCoffeeWizard
Created June 28, 2023 07:34
Show Gist options
  • Save 8KCoffeeWizard/acda258834e33e7ff2108b510f403e9d to your computer and use it in GitHub Desktop.
Save 8KCoffeeWizard/acda258834e33e7ff2108b510f403e9d to your computer and use it in GitHub Desktop.
DecayCE Discord Recolor
/**
* @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