/** * @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: #99c794; /* Green */ --dnd-indicator: #ec5f67; /* Red */ --idle-indicator: #fac863; /* Yellow */ --streaming-indicator: #c594c5; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6699cc; /* Blue */ --accent-2: #5fb3b3; /* Cyan */ --accent-3: #5fb3b3; --accent-4: #6699cc; --accent-5: #ec5f67; /* Backgrounds */ --bg-1: #1b2b34; --bg-2: #343d46; --bg-3: #1b2b34; --bg-4: #1b2b34; /* Text Colors */ --text-0: #c0c5ce; --text-1: #c0c5ce; --text-2: #c0c5ce; --text-3: #c0c5ce; --text-4: #c0c5ce; --text-5: #65737e; /* Popups & Modals - using hex + alpha */ --hover: #6699cc1a; --active: #6699cc33; --message-hover: #343d460a; }