/** * @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: #a0d2c8; /* Green */ --dnd-indicator: #fa8480; /* Red */ --idle-indicator: #ffdc61; /* Yellow */ --streaming-indicator: #c8a0d2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #a0a7d2; /* Blue */ --accent-2: #a2d6f5; /* Cyan */ --accent-3: #a2d6f5; --accent-4: #a0a7d2; --accent-5: #fa8480; /* Backgrounds */ --bg-1: #f8f8f8; --bg-2: #e8e8e8; --bg-3: #f8f8f8; --bg-4: #f8f8f8; /* Text Colors */ --text-0: #383838; --text-1: #383838; --text-2: #383838; --text-3: #383838; --text-4: #383838; --text-5: #b8b8b8; /* Popups & Modals - using hex + alpha */ --hover: #a0a7d21a; --active: #a0a7d233; --message-hover: #e8e8e80a; }