/** * @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: #a6e22e; /* Green */ --dnd-indicator: #f92672; /* Red */ --idle-indicator: #f4bf75; /* Yellow */ --streaming-indicator: #ae81ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #66d9ef; /* Blue */ --accent-2: #a1efe4; /* Cyan */ --accent-3: #a1efe4; --accent-4: #66d9ef; --accent-5: #f92672; /* Backgrounds */ --bg-1: #272822; --bg-2: #383830; --bg-3: #272822; --bg-4: #272822; /* Text Colors */ --text-0: #f8f8f2; --text-1: #f8f8f2; --text-2: #f8f8f2; --text-3: #f8f8f2; --text-4: #f8f8f2; --text-5: #75715e; /* Popups & Modals - using hex + alpha */ --hover: #66d9ef1a; --active: #66d9ef33; --message-hover: #3838300a; }