/** * @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: #b8bb26; /* Green */ --dnd-indicator: #fb4934; /* Red */ --idle-indicator: #fabd2f; /* Yellow */ --streaming-indicator: #d3869b; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #83a598; /* Blue */ --accent-2: #8ec07c; /* Cyan */ --accent-3: #8ec07c; --accent-4: #83a598; --accent-5: #fb4934; /* Backgrounds */ --bg-1: #32302f; --bg-2: #3c3836; --bg-3: #32302f; --bg-4: #32302f; /* Text Colors */ --text-0: #d5c4a1; --text-1: #d5c4a1; --text-2: #d5c4a1; --text-3: #d5c4a1; --text-4: #d5c4a1; --text-5: #665c54; /* Popups & Modals - using hex + alpha */ --hover: #83a5981a; --active: #83a59833; --message-hover: #3c38360a; }