/** * @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: #33ff00; /* Green */ --dnd-indicator: #ff0000; /* Red */ --idle-indicator: #ff0099; /* Yellow */ --streaming-indicator: #cc00ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0066ff; /* Blue */ --accent-2: #00ffff; /* Cyan */ --accent-3: #00ffff; --accent-4: #0066ff; --accent-5: #ff0000; /* Backgrounds */ --bg-1: #000000; --bg-2: #404040; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #d0d0d0; --text-1: #d0d0d0; --text-2: #d0d0d0; --text-3: #d0d0d0; --text-4: #d0d0d0; --text-5: #808080; /* Popups & Modals - using hex + alpha */ --hover: #0066ff1a; --active: #0066ff33; --message-hover: #4040400a; }