/** * @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: #37f499; /* Green */ --dnd-indicator: #f16c75; /* Red */ --idle-indicator: #f1fc79; /* Yellow */ --streaming-indicator: #a48cf2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #39ddfd; /* Blue */ --accent-2: #04d1f9; /* Cyan */ --accent-3: #04d1f9; --accent-4: #39ddfd; --accent-5: #f16c75; /* Backgrounds */ --bg-1: #212337; --bg-2: #323449; --bg-3: #212337; --bg-4: #212337; /* Text Colors */ --text-0: #ebfafa; --text-1: #ebfafa; --text-2: #ebfafa; --text-3: #ebfafa; --text-4: #ebfafa; --text-5: #7081d0; /* Popups & Modals - using hex + alpha */ --hover: #39ddfd1a; --active: #39ddfd33; --message-hover: #3234490a; }