/** * @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: #9ece6a; /* Green */ --dnd-indicator: #c0caf5; /* Red */ --idle-indicator: #0db9d7; /* Yellow */ --streaming-indicator: #bb9af7; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #2ac3de; /* Blue */ --accent-2: #b4f9f8; /* Cyan */ --accent-3: #b4f9f8; --accent-4: #2ac3de; --accent-5: #c0caf5; /* Backgrounds */ --bg-1: #24283b; --bg-2: #16161e; --bg-3: #24283b; --bg-4: #24283b; /* Text Colors */ --text-0: #a9b1d6; --text-1: #a9b1d6; --text-2: #a9b1d6; --text-3: #a9b1d6; --text-4: #a9b1d6; --text-5: #444b6a; /* Popups & Modals - using hex + alpha */ --hover: #2ac3de1a; --active: #2ac3de33; --message-hover: #16161e0a; }