/** * @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: #06ea61; /* Green */ --dnd-indicator: #b53b50; /* Red */ --idle-indicator: #c9d364; /* Yellow */ --streaming-indicator: #ea5ce2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #03aeff; /* Blue */ --accent-2: #42fff9; /* Cyan */ --accent-3: #42fff9; --accent-4: #03aeff; --accent-5: #b53b50; /* Backgrounds */ --bg-1: #dddfe0; --bg-2: #cfd1d2; --bg-3: #dddfe0; --bg-4: #dddfe0; /* Text Colors */ --text-0: #28292a; --text-1: #28292a; --text-2: #28292a; --text-3: #28292a; --text-4: #28292a; --text-5: #a3a5a6; /* Popups & Modals - using hex + alpha */ --hover: #03aeff1a; --active: #03aeff33; --message-hover: #cfd1d20a; }