/** * @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: #a7c080; /* Green */ --dnd-indicator: #e67e80; /* Red */ --idle-indicator: #dbbc7f; /* Yellow */ --streaming-indicator: #d699b6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7fbbb3; /* Blue */ --accent-2: #83c092; /* Cyan */ --accent-3: #83c092; --accent-4: #7fbbb3; --accent-5: #e67e80; /* Backgrounds */ --bg-1: #2d353b; --bg-2: #343f44; --bg-3: #2d353b; --bg-4: #2d353b; /* Text Colors */ --text-0: #859289; --text-1: #859289; --text-2: #859289; --text-3: #859289; --text-4: #859289; --text-5: #475258; /* Popups & Modals - using hex + alpha */ --hover: #7fbbb31a; --active: #7fbbb333; --message-hover: #343f440a; }