/** * @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: #00ff00; /* Green */ --dnd-indicator: #ff0000; /* Red */ --idle-indicator: #ffff00; /* Yellow */ --streaming-indicator: #ff00ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0000ff; /* Blue */ --accent-2: #00ffff; /* Cyan */ --accent-3: #00ffff; --accent-4: #0000ff; --accent-5: #ff0000; /* Backgrounds */ --bg-1: #000000; --bg-2: #2a2a2a; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #c0c0c0; --text-1: #c0c0c0; --text-2: #c0c0c0; --text-3: #c0c0c0; --text-4: #c0c0c0; --text-5: #808080; /* Popups & Modals - using hex + alpha */ --hover: #0000ff1a; --active: #0000ff33; --message-hover: #2a2a2a0a; }