/** * @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: #5af78e; /* Green */ --dnd-indicator: #ff5c57; /* Red */ --idle-indicator: #f3f99d; /* Yellow */ --streaming-indicator: #ff6ac1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #57c7ff; /* Blue */ --accent-2: #9aedfe; /* Cyan */ --accent-3: #9aedfe; --accent-4: #57c7ff; --accent-5: #ff5c57; /* Backgrounds */ --bg-1: #282a36; --bg-2: #34353e; --bg-3: #282a36; --bg-4: #282a36; /* Text Colors */ --text-0: #e2e4e5; --text-1: #e2e4e5; --text-2: #e2e4e5; --text-3: #e2e4e5; --text-4: #e2e4e5; --text-5: #78787e; /* Popups & Modals - using hex + alpha */ --hover: #57c7ff1a; --active: #57c7ff33; --message-hover: #34353e0a; }