/** * @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: #dec8a7; /* Green */ --dnd-indicator: #a88c62; /* Red */ --idle-indicator: #dec8a7; /* Yellow */ --streaming-indicator: #a88c62; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #c3a983; /* Blue */ --accent-2: #dec8a7; /* Cyan */ --accent-3: #dec8a7; --accent-4: #c3a983; --accent-5: #a88c62; /* Backgrounds */ --bg-1: #0f0b05; --bg-2: #231b0e; --bg-3: #0f0b05; --bg-4: #0f0b05; /* Text Colors */ --text-0: #c3a983; --text-1: #c3a983; --text-2: #c3a983; --text-3: #c3a983; --text-4: #c3a983; --text-5: #57462c; /* Popups & Modals - using hex + alpha */ --hover: #c3a9831a; --active: #c3a98333; --message-hover: #231b0e0a; }