/** * @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: #95c561; /* Green */ --dnd-indicator: #ee6d85; /* Red */ --idle-indicator: #d7a65f; /* Yellow */ --streaming-indicator: #a485dd; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7199ee; /* Blue */ --accent-2: #38a89d; /* Cyan */ --accent-3: #38a89d; --accent-4: #7199ee; --accent-5: #ee6d85; /* Backgrounds */ --bg-1: #11121d; --bg-2: #1a1b2a; --bg-3: #11121d; --bg-4: #11121d; /* Text Colors */ --text-0: #a0a8cd; --text-1: #a0a8cd; --text-2: #a0a8cd; --text-3: #a0a8cd; --text-4: #a0a8cd; --text-5: #282c34; /* Popups & Modals - using hex + alpha */ --hover: #7199ee1a; --active: #7199ee33; --message-hover: #1a1b2a0a; }