From 23b122ecf9f99021ae0bbd51b69a88d05dd8d3c8 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 16 Jan 2021 16:59:19 +0100 Subject: [PATCH] Update DiscordRecolor.theme.css --- .../DiscordRecolor/DiscordRecolor.theme.css | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Themes/DiscordRecolor/DiscordRecolor.theme.css b/Themes/DiscordRecolor/DiscordRecolor.theme.css index 77020aac7a..514f082a9a 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.theme.css +++ b/Themes/DiscordRecolor/DiscordRecolor.theme.css @@ -19,21 +19,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 color - default: 0,176,244 - hex: #00b0f4 */ + --mentioncolor: 250,166,26; /* highlight - default: 250,166,26 - hex: #faa61a */ - --textbrightest: 255,255,255; /* white - default: 255,255,255 - hex: #ffffff */ - --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 */ + --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; /* 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 */ + --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 */ } \ No newline at end of file