/** * @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: #94e1b0; /* Green */ --dnd-indicator: #f7939b; /* Red */ --idle-indicator: #fbe0d9; /* Yellow */ --streaming-indicator: #1d8991; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #da103f; /* Blue */ --accent-2: #dc3318; /* Cyan */ --accent-3: #dc3318; --accent-4: #da103f; --accent-5: #f7939b; /* Backgrounds */ --bg-1: #fdf0ed; --bg-2: #fadad1; --bg-3: #fdf0ed; --bg-4: #fdf0ed; /* Text Colors */ --text-0: #403c3d; --text-1: #403c3d; --text-2: #403c3d; --text-3: #403c3d; --text-4: #403c3d; --text-5: #bdb3b1; /* Popups & Modals - using hex + alpha */ --hover: #da103f1a; --active: #da103f33; --message-hover: #fadad10a; }