/** * @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: #29a329; /* Green */ --dnd-indicator: #e6193c; /* Red */ --idle-indicator: #98981b; /* Yellow */ --streaming-indicator: #ad2bee; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3d62f5; /* Blue */ --accent-2: #1999b3; /* Cyan */ --accent-3: #1999b3; --accent-4: #3d62f5; --accent-5: #e6193c; /* Backgrounds */ --bg-1: #131513; --bg-2: #242924; --bg-3: #131513; --bg-4: #131513; /* Text Colors */ --text-0: #8ca68c; --text-1: #8ca68c; --text-2: #8ca68c; --text-3: #8ca68c; --text-4: #8ca68c; --text-5: #687d68; /* Popups & Modals - using hex + alpha */ --hover: #3d62f51a; --active: #3d62f533; --message-hover: #2429240a; }