BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.theme.css

25 lines
1.1 KiB
CSS
Raw Normal View History

2020-10-20 23:25:34 +02:00
/**
* @name BlurpleRecolor
2021-03-05 11:21:21 +01:00
* @description Replaces Discord's native Blurple and Boost-Pink with your own Color
2020-10-20 23:25:34 +02:00
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
2021-03-09 15:10:55 +01:00
* @website https://mwittrien.github.io/
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor/
2021-03-10 09:17:37 +01:00
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.theme.css
2020-10-20 23:28:58 +02:00
*/
2019-02-12 12:24:29 +01:00
2020-10-20 17:37:27 +02:00
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */
2019-02-12 12:24:29 +01:00
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
2020-10-20 17:37:27 +02:00
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
2020-06-05 10:50:23 +02:00
2019-02-12 12:24:29 +01:00
:root {
2021-02-06 22:05:13 +01:00
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--accentcolor2: 225,115,180; /* boostpink - default: 255,115,250 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
2019-02-12 12:24:29 +01:00
}