/** * @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: #428675; /* Green */ --dnd-indicator: #c04851; /* Red */ --idle-indicator: #d6a01d; /* Yellow */ --streaming-indicator: #c08eaf; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #815c94; /* Blue */ --accent-2: #2b73af; /* Cyan */ --accent-3: #2b73af; --accent-4: #815c94; --accent-5: #c04851; /* Backgrounds */ --bg-1: #ffffff; --bg-2: #e0e0e0; --bg-3: #ffffff; --bg-4: #ffffff; /* Text Colors */ --text-0: #4a4035; --text-1: #4a4035; --text-2: #4a4035; --text-3: #4a4035; --text-4: #4a4035; --text-5: #80766e; /* Popups & Modals - using hex + alpha */ --hover: #815c941a; --active: #815c9433; --message-hover: #e0e0e00a; }