/** * @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: #50b584; /* Green */ --dnd-indicator: #df7f78; /* Red */ --idle-indicator: #9ca748; /* Yellow */ --streaming-indicator: #a48fe1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #61a3e6; /* Blue */ --accent-2: #00b3c2; /* Cyan */ --accent-3: #00b3c2; --accent-4: #61a3e6; --accent-5: #df7f78; /* Backgrounds */ --bg-1: #fffdfb; --bg-2: #fff7ed; --bg-3: #fffdfb; --bg-4: #fffdfb; /* Text Colors */ --text-0: #636363; --text-1: #636363; --text-2: #636363; --text-3: #636363; --text-4: #636363; --text-5: #cecece; /* Popups & Modals - using hex + alpha */ --hover: #61a3e61a; --active: #61a3e633; --message-hover: #fff7ed0a; }