/** * @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: #557300; /* Green */ --dnd-indicator: #b14745; /* Red */ --idle-indicator: #876500; /* Yellow */ --streaming-indicator: #7a50c6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #246da5; /* Blue */ --accent-2: #0e7767; /* Cyan */ --accent-3: #0e7767; --accent-4: #246da5; --accent-5: #b14745; /* Backgrounds */ --bg-1: #fff5e5; --bg-2: #ece4d6; --bg-3: #fff5e5; --bg-4: #fff5e5; /* Text Colors */ --text-0: #4e5359; --text-1: #4e5359; --text-2: #4e5359; --text-3: #4e5359; --text-4: #4e5359; --text-5: #7f8080; /* Popups & Modals - using hex + alpha */ --hover: #246da51a; --active: #246da533; --message-hover: #ece4d60a; }