/** * @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: #a5c261; /* Green */ --dnd-indicator: #d25252; /* Red */ --idle-indicator: #ffc66d; /* Yellow */ --streaming-indicator: #d197d9; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6c99bb; /* Blue */ --accent-2: #bed6ff; /* Cyan */ --accent-3: #bed6ff; --accent-4: #6c99bb; --accent-5: #d25252; /* Backgrounds */ --bg-1: #2d2d2d; --bg-2: #393939; --bg-3: #2d2d2d; --bg-4: #2d2d2d; /* Text Colors */ --text-0: #cccccc; --text-1: #cccccc; --text-2: #cccccc; --text-3: #cccccc; --text-4: #cccccc; --text-5: #777777; /* Popups & Modals - using hex + alpha */ --hover: #6c99bb1a; --active: #6c99bb33; --message-hover: #3939390a; }