/** * @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: #80ff80; /* Green */ --dnd-indicator: #fffab1; /* Red */ --idle-indicator: #91ccff; /* Yellow */ --streaming-indicator: #0099ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #a2cff5; /* Blue */ --accent-2: #80ff80; /* Cyan */ --accent-3: #80ff80; --accent-4: #a2cff5; --accent-5: #fffab1; /* Backgrounds */ --bg-1: #141f2e; --bg-2: #1e5c1e; --bg-3: #141f2e; --bg-4: #141f2e; /* Text Colors */ --text-0: #ffcc33; --text-1: #ffcc33; --text-2: #ffcc33; --text-3: #ffcc33; --text-4: #ffcc33; --text-5: #a0ffa0; /* Popups & Modals - using hex + alpha */ --hover: #a2cff51a; --active: #a2cff533; --message-hover: #1e5c1e0a; }