/** * @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: #568c3b; /* Green */ --dnd-indicator: #d22d72; /* Red */ --idle-indicator: #8a8a0f; /* Yellow */ --streaming-indicator: #6b6bb8; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #257fad; /* Blue */ --accent-2: #2d8f6f; /* Cyan */ --accent-3: #2d8f6f; --accent-4: #257fad; --accent-5: #d22d72; /* Backgrounds */ --bg-1: #ebf8ff; --bg-2: #c1e4f6; --bg-3: #ebf8ff; --bg-4: #ebf8ff; /* Text Colors */ --text-0: #516d7b; --text-1: #516d7b; --text-2: #516d7b; --text-3: #516d7b; --text-4: #516d7b; --text-5: #7195a8; /* Popups & Modals - using hex + alpha */ --hover: #257fad1a; --active: #257fad33; --message-hover: #c1e4f60a; }