/** * @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: #17ad98; /* Green */ --dnd-indicator: #d8137f; /* Red */ --idle-indicator: #dc8a0e; /* Yellow */ --streaming-indicator: #aa17e6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #775dff; /* Blue */ --accent-2: #149bda; /* Cyan */ --accent-3: #149bda; --accent-4: #775dff; --accent-5: #d8137f; /* Backgrounds */ --bg-1: #ffffff; --bg-2: #e1e1e2; --bg-3: #ffffff; --bg-4: #ffffff; /* Text Colors */ --text-0: #6c696e; --text-1: #6c696e; --text-2: #6c696e; --text-3: #6c696e; --text-4: #6c696e; --text-5: #a7a5a8; /* Popups & Modals - using hex + alpha */ --hover: #775dff1a; --active: #775dff33; --message-hover: #e1e1e20a; }