/** * @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: #918b3b; /* Green */ --dnd-indicator: #ca402b; /* Red */ --idle-indicator: #bb8a35; /* Yellow */ --streaming-indicator: #7b59c0; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #516aec; /* Blue */ --accent-2: #159393; /* Cyan */ --accent-3: #159393; --accent-4: #516aec; --accent-5: #ca402b; /* Backgrounds */ --bg-1: #f7f3f7; --bg-2: #d8cad8; --bg-3: #f7f3f7; --bg-4: #f7f3f7; /* Text Colors */ --text-0: #695d69; --text-1: #695d69; --text-2: #695d69; --text-3: #695d69; --text-4: #695d69; --text-5: #9e8f9e; /* Popups & Modals - using hex + alpha */ --hover: #516aec1a; --active: #516aec33; --message-hover: #d8cad80a; }