/** * @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: #7cc844; /* Green */ --dnd-indicator: #ef5253; /* Red */ --idle-indicator: #e4b51c; /* Yellow */ --streaming-indicator: #a363d5; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #33b5e1; /* Blue */ --accent-2: #52cbb0; /* Cyan */ --accent-3: #52cbb0; --accent-4: #33b5e1; --accent-5: #ef5253; /* Backgrounds */ --bg-1: #18262f; --bg-2: #222e38; --bg-3: #18262f; --bg-4: #18262f; /* Text Colors */ --text-0: #a6afb8; --text-1: #a6afb8; --text-2: #a6afb8; --text-3: #a6afb8; --text-4: #a6afb8; --text-5: #667581; /* Popups & Modals - using hex + alpha */ --hover: #33b5e11a; --active: #33b5e133; --message-hover: #222e380a; }