/** * @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: #7b9726; /* Green */ --dnd-indicator: #f22c40; /* Red */ --idle-indicator: #c38418; /* Yellow */ --streaming-indicator: #6666ea; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #407ee7; /* Blue */ --accent-2: #3d97b8; /* Cyan */ --accent-3: #3d97b8; --accent-4: #407ee7; --accent-5: #f22c40; /* Backgrounds */ --bg-1: #1b1918; --bg-2: #2c2421; --bg-3: #1b1918; --bg-4: #1b1918; /* Text Colors */ --text-0: #a8a19f; --text-1: #a8a19f; --text-2: #a8a19f; --text-3: #a8a19f; --text-4: #a8a19f; --text-5: #766e6b; /* Popups & Modals - using hex + alpha */ --hover: #407ee71a; --active: #407ee733; --message-hover: #2c24210a; }