/** * @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: #008000; /* Green */ --dnd-indicator: #800000; /* Red */ --idle-indicator: #808000; /* Yellow */ --streaming-indicator: #800080; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #000080; /* Blue */ --accent-2: #008080; /* Cyan */ --accent-3: #008080; --accent-4: #000080; --accent-5: #800000; /* Backgrounds */ --bg-1: #ffffff; --bg-2: #eaeaea; --bg-3: #ffffff; --bg-4: #ffffff; /* Text Colors */ --text-0: #808080; --text-1: #808080; --text-2: #808080; --text-3: #808080; --text-4: #808080; --text-5: #c0c0c0; /* Popups & Modals - using hex + alpha */ --hover: #0000801a; --active: #00008033; --message-hover: #eaeaea0a; }