/** * @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: #0c680c; /* Green */ --dnd-indicator: #ac1f35; /* Red */ --idle-indicator: #645a00; /* Yellow */ --streaming-indicator: #6645c2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0158ad; /* Blue */ --accent-2: #01716f; /* Cyan */ --accent-3: #01716f; --accent-4: #0158ad; --accent-5: #ac1f35; /* Backgrounds */ --bg-1: #fdf9f5; --bg-2: #f9f5f1; --bg-3: #fdf9f5; --bg-4: #fdf9f5; /* Text Colors */ --text-0: #292929; --text-1: #292929; --text-2: #292929; --text-3: #292929; --text-4: #292929; --text-5: #5a5a5a; /* Popups & Modals - using hex + alpha */ --hover: #0158ad1a; --active: #0158ad33; --message-hover: #f9f5f10a; }