/** * @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: #3fdaa4; /* Green */ --dnd-indicator: #ec6a88; /* Red */ --idle-indicator: #e1c697; /* Yellow */ --streaming-indicator: #be95ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3fc6de; /* Blue */ --accent-2: #ff7eb6; /* Cyan */ --accent-3: #ff7eb6; --accent-4: #3fc6de; --accent-5: #ec6a88; /* Backgrounds */ --bg-1: #292a37; --bg-2: #343545; --bg-3: #292a37; --bg-4: #292a37; /* Text Colors */ --text-0: #c0cbe3; --text-1: #c0cbe3; --text-2: #c0cbe3; --text-3: #c0cbe3; --text-4: #c0cbe3; --text-5: #45475d; /* Popups & Modals - using hex + alpha */ --hover: #3fc6de1a; --active: #3fc6de33; --message-hover: #3435450a; }