/** * @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: #485e30; /* Green */ --dnd-indicator: #343b58; /* Red */ --idle-indicator: #166775; /* Yellow */ --streaming-indicator: #5a4a78; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #34548a; /* Blue */ --accent-2: #3e6968; /* Cyan */ --accent-3: #3e6968; --accent-4: #34548a; --accent-5: #343b58; /* Backgrounds */ --bg-1: #d5d6db; --bg-2: #cbccd1; --bg-3: #d5d6db; --bg-4: #d5d6db; /* Text Colors */ --text-0: #343b59; --text-1: #343b59; --text-2: #343b59; --text-3: #343b59; --text-4: #343b59; --text-5: #9699a3; /* Popups & Modals - using hex + alpha */ --hover: #34548a1a; --active: #34548a33; --message-hover: #cbccd10a; }