Update DiscordRecolor.theme.css

This commit is contained in:
Mirco Wittrien 2020-10-20 23:31:48 +02:00
parent f70022c60e
commit 25614959c8
1 changed files with 11 additions and 11 deletions

View File

@ -23,16 +23,16 @@
--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 */
--textbrighter: 222,222,222; /* darker white - default: 220,221,222 - hex: #dcddde */
--textbright: 185,185,185; /* dark white - default: 185,187,190 - hex: #b9bbbe */
--textdark: 140,140,140; /* bright grey - default: 142,146,151 - hex: #8e9297 */
--textdarker: 115,115,115; /* brighter grey - default: 114,118,125 - hex: #72767d */
--textdarkest: 80,80,80; /* 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: 50,50,50; /* darker grey - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 30,30,30; /* dark grey - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 20,20,20; /* darkest grey - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 15,15,15; /* grey-black - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 10,10,10; /* bright black - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 0,0,0; /* brighter black - default: 24,25,28 - hex: #18191c */
}