/** * @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: #56bf8b; /* Green */ --dnd-indicator: #bf8b56; /* Red */ --idle-indicator: #8bbf56; /* Yellow */ --streaming-indicator: #bf568b; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #8b56bf; /* Blue */ --accent-2: #568bbf; /* Cyan */ --accent-3: #568bbf; --accent-4: #8b56bf; --accent-5: #bf8b56; /* Backgrounds */ --bg-1: #f7f9fb; --bg-2: #e5ebf1; --bg-3: #f7f9fb; --bg-4: #f7f9fb; /* Text Colors */ --text-0: #405c79; --text-1: #405c79; --text-2: #405c79; --text-3: #405c79; --text-4: #405c79; --text-5: #aabcce; /* Popups & Modals - using hex + alpha */ --hover: #8b56bf1a; --active: #8b56bf33; --message-hover: #e5ebf10a; }