/** * @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: #0badff; /* Green */ --dnd-indicator: #ff29a8; /* Red */ --idle-indicator: #f0ffaa; /* Yellow */ --streaming-indicator: #00f6d9; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #00eaff; /* Blue */ --accent-2: #8265ff; /* Cyan */ --accent-3: #8265ff; --accent-4: #00eaff; --accent-5: #ff29a8; /* Backgrounds */ --bg-1: #17191e; --bg-2: #22262d; --bg-3: #17191e; --bg-4: #17191e; /* Text Colors */ --text-0: #8b9cbe; --text-1: #8b9cbe; --text-2: #8b9cbe; --text-3: #8b9cbe; --text-4: #8b9cbe; --text-5: #383a47; /* Popups & Modals - using hex + alpha */ --hover: #00eaff1a; --active: #00eaff33; --message-hover: #22262d0a; }