/** * @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: #8bd49c; /* Green */ --dnd-indicator: #d95468; /* Red */ --idle-indicator: #ebbf83; /* Yellow */ --streaming-indicator: #b62d65; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #539afc; /* Blue */ --accent-2: #70e1e8; /* Cyan */ --accent-3: #70e1e8; --accent-4: #539afc; --accent-5: #d95468; /* Backgrounds */ --bg-1: #171d23; --bg-2: #1d252c; --bg-3: #171d23; --bg-4: #171d23; /* Text Colors */ --text-0: #d8e2ec; --text-1: #d8e2ec; --text-2: #d8e2ec; --text-3: #d8e2ec; --text-4: #d8e2ec; --text-5: #526270; /* Popups & Modals - using hex + alpha */ --hover: #539afc1a; --active: #539afc33; --message-hover: #1d252c0a; }