Update DiscordRecolor.theme.css

This commit is contained in:
Mirco Wittrien 2020-10-20 17:46:53 +02:00
parent 0f73e019ff
commit 2eefe5b8a8
1 changed files with 15 additions and 15 deletions

View File

@ -7,21 +7,21 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--accentcolor: 114,137,218; /* blurple - default: 114,137,218 - hex: #7289da */
--linkcolor: 0,176,244; /* link - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* yellow - default: 250,166,26 - hex: #faa61a */
--accentcolor: 114,137,218; /* blurple - default: 114,137,218 - hex: #7289da */
--linkcolor: 0,176,244; /* link - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* yellow - default: 250,166,26 - hex: #faa61a */
--textbrightest: 255,255,255; /* white - default: 255,255,255 - hex: #ffffff */
--textbrighter: 220,221,222; /* darker white - default: 220,221,222 - hex: #dcddde */
--textbright: 185,187,190; /* dark white - default: 185,187,190 - hex: #b9bbbe */
--textdark: 142,146,151; /* bright grey - default: 142,146,151 - hex: #8e9297 */
--textdarker: 114,118,125; /* brighter grey - default: 114,118,125 - hex: #72767d */
--textdarkest: 79,84,92; /* grey - default: 79,84,92 - hex: #4f545c */
--textbrightest: 255,255,255; /* white - default: 255,255,255 - hex: #ffffff */
--textbrighter: 220,221,222; /* darker white - default: 220,221,222 - hex: #dcddde */
--textbright: 185,187,190; /* dark white - default: 185,187,190 - hex: #b9bbbe */
--textdark: 142,146,151; /* bright grey - default: 142,146,151 - hex: #8e9297 */
--textdarker: 114,118,125; /* brighter grey - default: 114,118,125 - hex: #72767d */
--textdarkest: 79,84,92; /* grey - default: 79,84,92 - hex: #4f545c */
--backgroundaccent: 64,68,75; /* darker grey - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 54,57,63; /* dark grey - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 47,49,54; /* darkest grey - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 41,43,47; /* grey-black - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 32,34,37; /* bright black - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 24,25,28; /* brighter black - default: 24,25,28 - hex: #18191c */
--backgroundaccent: 64,68,75; /* darker grey - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 54,57,63; /* dark grey - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 47,49,54; /* darkest grey - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 41,43,47; /* grey-black - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 32,34,37; /* bright black - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 24,25,28; /* brighter black - default: 24,25,28 - hex: #18191c */
}