/** * @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: #7d9726; /* Green */ --dnd-indicator: #ba6236; /* Red */ --idle-indicator: #a5980d; /* Yellow */ --streaming-indicator: #5f9182; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #36a166; /* Blue */ --accent-2: #5b9d48; /* Cyan */ --accent-3: #5b9d48; --accent-4: #36a166; --accent-5: #ba6236; /* Backgrounds */ --bg-1: #f4f3ec; --bg-2: #e7e6df; --bg-3: #f4f3ec; --bg-4: #f4f3ec; /* Text Colors */ --text-0: #5f5e4e; --text-1: #5f5e4e; --text-2: #5f5e4e; --text-3: #5f5e4e; --text-4: #5f5e4e; --text-5: #878573; /* Popups & Modals - using hex + alpha */ --hover: #36a1661a; --active: #36a16633; --message-hover: #e7e6df0a; }