/** * @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: #42be65; /* Green */ --dnd-indicator: #ee5396; /* Red */ --idle-indicator: #ff6f00; /* Yellow */ --streaming-indicator: #be95ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #33b1ff; /* Blue */ --accent-2: #3ddbd9; /* Cyan */ --accent-3: #3ddbd9; --accent-4: #33b1ff; --accent-5: #ee5396; /* Backgrounds */ --bg-1: #161616; --bg-2: #262626; --bg-3: #161616; --bg-4: #161616; /* Text Colors */ --text-0: #f2f4f8; --text-1: #f2f4f8; --text-2: #f2f4f8; --text-3: #f2f4f8; --text-4: #f2f4f8; --text-5: #525252; /* Popups & Modals - using hex + alpha */ --hover: #33b1ff1a; --active: #33b1ff33; --message-hover: #2626260a; }