/** * @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: #aad94c; /* Green */ --dnd-indicator: #f07178; /* Red */ --idle-indicator: #ffb454; /* Yellow */ --streaming-indicator: #d2a6ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #59c2ff; /* Blue */ --accent-2: #95e6cb; /* Cyan */ --accent-3: #95e6cb; --accent-4: #59c2ff; --accent-5: #f07178; /* Backgrounds */ --bg-1: #0b0e14; --bg-2: #131721; --bg-3: #0b0e14; --bg-4: #0b0e14; /* Text Colors */ --text-0: #e6e1cf; --text-1: #e6e1cf; --text-2: #e6e1cf; --text-3: #e6e1cf; --text-4: #e6e1cf; --text-5: #3e4b59; /* Popups & Modals - using hex + alpha */ --hover: #59c2ff1a; --active: #59c2ff33; --message-hover: #1317210a; }