/** * @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: #0ed839; /* Green */ --dnd-indicator: #e92f2f; /* Red */ --idle-indicator: #dddd13; /* Yellow */ --streaming-indicator: #f996e2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3b48e3; /* Blue */ --accent-2: #23edda; /* Cyan */ --accent-3: #23edda; --accent-4: #3b48e3; --accent-5: #e92f2f; /* Backgrounds */ --bg-1: #f9f9f9; --bg-2: #e0e0e0; --bg-3: #f9f9f9; --bg-4: #f9f9f9; /* Text Colors */ --text-0: #102015; --text-1: #102015; --text-2: #102015; --text-3: #102015; --text-4: #102015; --text-5: #555555; /* Popups & Modals - using hex + alpha */ --hover: #3b48e31a; --active: #3b48e333; --message-hover: #e0e0e00a; }