BlurpleRecolor

By DevilBro Version 1.0.0 Updated 11/18/2023 27.6K downloads

Replaces Discord's native Blurple and Boost-Pink with your own Color

customizable

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

BlurpleRecolor screenshot
BlurpleRecolor.theme.css
GitHub

Open source

https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/d25feb904b1beb2cb3a0e2db32d0d43386113d64/Themes/BlurpleRecolor/BlurpleRecolor.theme.css
1/**
2 * @name BlurpleRecolor
3 * @description Replaces Discord's native Blurple and Boost-Pink with your own Color
4 * @author DevilBro
5 * @version 1.0.0
6 * @authorId 278543574059057154
7 * @invite Jx3TjNS
8 * @donate https://www.paypal.me/MircoWittrien
9 * @patreon https://www.patreon.com/MircoWittrien
10 * @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.css
13 *
14 * @var text accentcolor_s "Blurple Color" 163, 47, 194
15 * @var text accentcolor2_s "Boost Pink Color" 225, 115, 180
16 * @var text linkcolor_s "Link Color" 190, 60, 220
17 */
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}