BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css

43 lines
2.6 KiB
CSS
Raw Normal View History

2020-10-20 23:25:34 +02:00
/**
* @name DiscordRecolor
2021-03-05 11:21:21 +01:00
* @description Allows you to customize Discord's native Color Scheme
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/DiscordRecolor/
2021-03-10 09:17:37 +01:00
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css
2020-10-20 23:28:58 +02:00
*/
2020-10-20 17:37:27 +02:00
2020-10-20 18:18:25 +02:00
/* To change the colors, change the variables inside the root {}, do NOT change the @import url() */
2020-10-20 17:37:27 +02:00
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
2021-01-16 17:22:13 +01:00
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
2021-01-18 11:13:18 +01:00
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
2020-10-20 17:37:27 +02:00
2021-01-16 17:22:13 +01:00
--accentcolor: 114,137,218; /* Blurple - default: 114,137,218 - hex: #7289da */
2021-02-06 22:05:13 +01:00
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
2021-01-16 17:22:13 +01:00
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight - default: 250,166,26 - hex: #faa61a */
2020-10-20 17:37:27 +02:00
2021-01-16 17:22:13 +01:00
--textbrightest: 255,255,255; /* Text Color 1 - default: 255,255,255 - hex: #ffffff */
--textbrighter: 222,222,222; /* Text Color 2 - default: 220,221,222 - hex: #dcddde */
--textbright: 185,185,185; /* Text Color 3 - default: 185,187,190 - hex: #b9bbbe */
--textdark: 140,140,140; /* Text Color 4 - default: 142,146,151 - hex: #8e9297 */
--textdarker: 115,115,115; /* Text Color 5 - default: 114,118,125 - hex: #72767d */
--textdarkest: 80,80,80; /* Text Color 6 - default: 79,84,92 - hex: #4f545c */
--backgroundaccent: 50,50,50; /* Background Accent - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 30,30,30; /* Background 1 - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 20,20,20; /* Background 2 - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 15,15,15; /* Background 3 - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 10,10,10; /* Background 4 - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 0,0,0; /* Background Elevated - default: 24,25,28 - hex: #18191c */
2020-10-20 17:37:27 +02:00
}