Skip to content

Instantly share code, notes, and snippets.

@MulverineX
Last active September 8, 2023 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MulverineX/2bf002d45ac7c11dc42ca7f5e5fe6c7c to your computer and use it in GitHub Desktop.
Save MulverineX/2bf002d45ac7c11dc42ca7f5e5fe6c7c to your computer and use it in GitHub Desktop.
Dark Discord
/**
* @name Dark Discord
* @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: 114,137,218;
--accentcolor2: 255,115,250;
--linkcolor: 0,176,244;
--mentioncolor: 250,166,26;
--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: gg sans;
--backgroundaccent: 41,41,41;
--backgroundprimary: 20,20,20;
--backgroundsecondary: 17,17,17;
--backgroundsecondaryalt: 14,14,14;
--backgroundtertiary: 12,12,12;
--backgroundfloating: 9,9,9;
--settingsicons: 1;
}
/* Any custom CSS below here */
@MulverineX
Copy link
Author

eternal thought it would be funny to set the repo to private

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment