/** * @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: #76a85d; /* Green */ --dnd-indicator: #de5d6e; /* Red */ --idle-indicator: #b3684f; /* Yellow */ --streaming-indicator: #c173d1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5890f8; /* Blue */ --accent-2: #64b5a7; /* Cyan */ --accent-3: #64b5a7; --accent-4: #5890f8; --accent-5: #de5d6e; /* Backgrounds */ --bg-1: #faf0dc; --bg-2: #c8c8c8; --bg-3: #faf0dc; --bg-4: #faf0dc; /* Text Colors */ --text-0: #181818; --text-1: #181818; --text-2: #181818; --text-3: #181818; --text-4: #181818; --text-5: #585858; /* Popups & Modals - using hex + alpha */ --hover: #5890f81a; --active: #5890f833; --message-hover: #c8c8c80a; }