/** * @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: #40a02b; /* Green */ --dnd-indicator: #d20f39; /* Red */ --idle-indicator: #df8e1d; /* Yellow */ --streaming-indicator: #8839ef; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #1e66f5; /* Blue */ --accent-2: #179299; /* Cyan */ --accent-3: #179299; --accent-4: #1e66f5; --accent-5: #d20f39; /* Backgrounds */ --bg-1: #eff1f5; --bg-2: #e6e9ef; --bg-3: #eff1f5; --bg-4: #eff1f5; /* Text Colors */ --text-0: #4c4f69; --text-1: #4c4f69; --text-2: #4c4f69; --text-3: #4c4f69; --text-4: #4c4f69; --text-5: #bcc0cc; /* Popups & Modals - using hex + alpha */ --hover: #1e66f51a; --active: #1e66f533; --message-hover: #e6e9ef0a; }