/** * @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: #37b349; /* Green */ --dnd-indicator: #eb008a; /* Red */ --idle-indicator: #f8ca12; /* Yellow */ --streaming-indicator: #b31e8d; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0e5a94; /* Blue */ --accent-2: #00aabb; /* Cyan */ --accent-3: #00aabb; --accent-4: #0e5a94; --accent-5: #eb008a; /* Backgrounds */ --bg-1: #000000; --bg-2: #202020; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #d0d0d0; --text-1: #d0d0d0; --text-2: #d0d0d0; --text-3: #d0d0d0; --text-4: #d0d0d0; --text-5: #505050; /* Popups & Modals - using hex + alpha */ --hover: #0e5a941a; --active: #0e5a9433; --message-hover: #2020200a; }