/** * @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: #ac9739; /* Green */ --dnd-indicator: #c94922; /* Red */ --idle-indicator: #c08b30; /* Yellow */ --streaming-indicator: #6679cc; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3d8fd1; /* Blue */ --accent-2: #22a2c9; /* Cyan */ --accent-3: #22a2c9; --accent-4: #3d8fd1; --accent-5: #c94922; /* Backgrounds */ --bg-1: #f5f7ff; --bg-2: #dfe2f1; --bg-3: #f5f7ff; --bg-4: #f5f7ff; /* Text Colors */ --text-0: #5e6687; --text-1: #5e6687; --text-2: #5e6687; --text-3: #5e6687; --text-4: #5e6687; --text-5: #898ea4; /* Popups & Modals - using hex + alpha */ --hover: #3d8fd11a; --active: #3d8fd133; --message-hover: #dfe2f10a; }