/** * @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: #57ab5a; /* Green */ --dnd-indicator: #f47067; /* Red */ --idle-indicator: #c69026; /* Yellow */ --streaming-indicator: #e275ad; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #539bf5; /* Blue */ --accent-2: #96d0ff; /* Cyan */ --accent-3: #96d0ff; --accent-4: #539bf5; --accent-5: #f47067; /* Backgrounds */ --bg-1: #1c2128; --bg-2: #373e47; --bg-3: #1c2128; --bg-4: #1c2128; /* Text Colors */ --text-0: #909dab; --text-1: #909dab; --text-2: #909dab; --text-3: #909dab; --text-4: #909dab; --text-5: #545d68; /* Popups & Modals - using hex + alpha */ --hover: #539bf51a; --active: #539bf533; --message-hover: #373e470a; }