/** * @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: #050608; --bg-2: #1a1b1c; --bg-3: #050608; --bg-4: #050608; /* Text Colors */ --text-0: #c1c3c4; --text-1: #c1c3c4; --text-2: #c1c3c4; --text-3: #c1c3c4; --text-4: #c1c3c4; --text-5: #474849; /* Popups & Modals - using hex + alpha */ --hover: #03aeff1a; --active: #03aeff33; --message-hover: #1a1b1c0a; }