BlurpleRecolor
Replaces Discord's native Blurple and Boost-Pink with your own Color
25
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name BlurpleRecolor3
* @description Replaces Discord's native Blurple and Boost-Pink with your own Color4
* @author DevilBro5
* @version 1.0.06
* @authorId 2785435740590571547
* @invite Jx3TjNS8
* @donate https://www.paypal.me/MircoWittrien9
* @patreon https://www.patreon.com/MircoWittrien10
* @website https://mwittrien.github.io/11
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor/12
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.theme.css13
*14
* @var text accentcolor_s "Blurple Color" 163, 47, 19415
* @var text accentcolor2_s "Boost Pink Color" 225, 115, 18016
* @var text linkcolor_s "Link Color" 190, 60, 22017
*/18
19
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */20
21
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);22
23
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */24
25
:root {26
--accentcolor: 163, 47, 194; /* blurple - default: 88, 101, 242 */27
--accentcolor2: 225, 115, 180; /* boostpink - default: 255, 115, 250 */28
--linkcolor: 190, 60, 220; /* link - default: 0, 176, 244 */29
}