/** * @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: #76946a; /* Green */ --dnd-indicator: #c34043; /* Red */ --idle-indicator: #c0a36e; /* Yellow */ --streaming-indicator: #957fb8; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7e9cd8; /* Blue */ --accent-2: #6a9589; /* Cyan */ --accent-3: #6a9589; --accent-4: #7e9cd8; --accent-5: #c34043; /* Backgrounds */ --bg-1: #1f1f28; --bg-2: #16161d; --bg-3: #1f1f28; --bg-4: #1f1f28; /* Text Colors */ --text-0: #dcd7ba; --text-1: #dcd7ba; --text-2: #dcd7ba; --text-3: #dcd7ba; --text-4: #dcd7ba; --text-5: #54546d; /* Popups & Modals - using hex + alpha */ --hover: #7e9cd81a; --active: #7e9cd833; --message-hover: #16161d0a; }