/** * @name Midnight (Tinty Edition) */ @import url('https://refact0r.github.io/midnight-discord/build/midnight.css'); :root { --font: 'figtree'; --corner-text: 'Midnight'; /* Status Indicators */ --online-indicator: #31861f; /* Green */ --dnd-indicator: #d03e3e; /* Red */ --idle-indicator: #ad8200; /* Yellow */ --streaming-indicator: #9e57c2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3173c5; /* Blue */ --accent-2: #00998f; /* Cyan */ --accent-3: #00998f; --accent-4: #3173c5; --accent-5: #d03e3e; /* Backgrounds */ --bg-1: #ffffff; --bg-2: #eeeeee; --bg-3: #ffffff; --bg-4: #ffffff; /* Text Colors */ --text-0: #444444; --text-1: #444444; --text-2: #444444; --text-3: #444444; --text-4: #444444; --text-5: #767676; /* Popups & Modals - using hex + alpha */ --hover: #3173c51a; --active: #3173c533; --message-hover: #eeeeee0a; }