Last active
September 8, 2023 22:23
-
-
Save MulverineX/2bf002d45ac7c11dc42ca7f5e5fe6c7c to your computer and use it in GitHub Desktop.
Dark Discord
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 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 */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eternal thought it would be funny to set the repo to private