/** * @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: #c965bf; /* Green */ --dnd-indicator: #877bb6; /* Red */ --idle-indicator: #a84a73; /* Yellow */ --streaming-indicator: #78a38f; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6a9eb5; /* Blue */ --accent-2: #9c5fce; /* Cyan */ --accent-3: #9c5fce; --accent-4: #6a9eb5; --accent-5: #877bb6; /* Backgrounds */ --bg-1: #241b26; --bg-2: #2f2a3f; --bg-3: #241b26; --bg-4: #241b26; /* Text Colors */ --text-0: #eed5d9; --text-1: #eed5d9; --text-2: #eed5d9; --text-3: #eed5d9; --text-4: #eed5d9; --text-5: #6c3cb2; /* Popups & Modals - using hex + alpha */ --hover: #6a9eb51a; --active: #6a9eb533; --message-hover: #2f2a3f0a; }