/** * @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: #64c83c; /* Green */ --dnd-indicator: #c85a46; /* Red */ --idle-indicator: #a67a50; /* Yellow */ --streaming-indicator: #9472b4; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5482af; /* Blue */ --accent-2: #468c78; /* Cyan */ --accent-3: #468c78; --accent-4: #5482af; --accent-5: #c85a46; /* Backgrounds */ --bg-1: #000000; --bg-2: #4a806c; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #00ff00; --text-1: #00ff00; --text-2: #00ff00; --text-3: #00ff00; --text-4: #00ff00; --text-5: #7c8d7c; /* Popups & Modals - using hex + alpha */ --hover: #5482af1a; --active: #5482af33; --message-hover: #4a806c0a; }