/** * @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: #28a745; /* Green */ --dnd-indicator: #d73a49; /* Red */ --idle-indicator: #ffd33d; /* Yellow */ --streaming-indicator: #ea4aaa; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0366d6; /* Blue */ --accent-2: #79b8ff; /* Cyan */ --accent-3: #79b8ff; --accent-4: #0366d6; --accent-5: #d73a49; /* Backgrounds */ --bg-1: #fafbfc; --bg-2: #e1e4e8; --bg-3: #fafbfc; --bg-4: #fafbfc; /* Text Colors */ --text-0: #2f363d; --text-1: #2f363d; --text-2: #2f363d; --text-3: #2f363d; --text-4: #2f363d; --text-5: #959da5; /* Popups & Modals - using hex + alpha */ --hover: #0366d61a; --active: #0366d633; --message-hover: #e1e4e80a; }