/** * @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: #b1f2a7; /* Green */ --dnd-indicator: #e965a5; /* Red */ --idle-indicator: #ebde76; /* Yellow */ --streaming-indicator: #ff79c6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #95a6f4; /* Blue */ --accent-2: #b3f4f3; /* Cyan */ --accent-3: #b3f4f3; --accent-4: #95a6f4; --accent-5: #e965a5; /* Backgrounds */ --bg-1: #211e2a; --bg-2: #2c2737; --bg-3: #211e2a; --bg-4: #211e2a; /* Text Colors */ --text-0: #e4dee9; --text-1: #e4dee9; --text-2: #e4dee9; --text-3: #e4dee9; --text-4: #e4dee9; --text-5: #6e6780; /* Popups & Modals - using hex + alpha */ --hover: #95a6f41a; --active: #95a6f433; --message-hover: #2c27370a; }