/** * @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: #59d678; /* Green */ --dnd-indicator: #d7586e; /* Red */ --idle-indicator: #dfe754; /* Yellow */ --streaming-indicator: #a874e0; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #4ed2d2; /* Blue */ --accent-2: #76dbd2; /* Cyan */ --accent-3: #76dbd2; --accent-4: #4ed2d2; --accent-5: #d7586e; /* Backgrounds */ --bg-1: #131f1f; --bg-2: #213132; --bg-3: #131f1f; --bg-4: #131f1f; /* Text Colors */ --text-0: #98c1a3; --text-1: #98c1a3; --text-2: #98c1a3; --text-3: #98c1a3; --text-4: #98c1a3; --text-5: #3e5c53; /* Popups & Modals - using hex + alpha */ --hover: #4ed2d21a; --active: #4ed2d233; --message-hover: #2131320a; }