/** * @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: #7a894a; /* Green */ --dnd-indicator: #a75045; /* Red */ --idle-indicator: #ce943e; /* Yellow */ --streaming-indicator: #8d5968; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #625574; /* Blue */ --accent-2: #847f9e; /* Cyan */ --accent-3: #847f9e; --accent-4: #625574; --accent-5: #a75045; /* Backgrounds */ --bg-1: #efeae8; --bg-2: #dfd6d1; --bg-3: #efeae8; --bg-4: #efeae8; /* Text Colors */ --text-0: #473731; --text-1: #473731; --text-2: #473731; --text-3: #473731; --text-4: #473731; --text-5: #c0aca4; /* Popups & Modals - using hex + alpha */ --hover: #6255741a; --active: #62557433; --message-hover: #dfd6d10a; }