/** * @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: #4b8b8b; /* Green */ --dnd-indicator: #ca4949; /* Red */ --idle-indicator: #a06e3b; /* Yellow */ --streaming-indicator: #8464c4; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7272ca; /* Blue */ --accent-2: #5485b6; /* Cyan */ --accent-3: #5485b6; --accent-4: #7272ca; --accent-5: #ca4949; /* Backgrounds */ --bg-1: #f4ecec; --bg-2: #e7dfdf; --bg-3: #f4ecec; --bg-4: #f4ecec; /* Text Colors */ --text-0: #585050; --text-1: #585050; --text-2: #585050; --text-3: #585050; --text-4: #585050; --text-5: #7e7777; /* Popups & Modals - using hex + alpha */ --hover: #7272ca1a; --active: #7272ca33; --message-hover: #e7dfdf0a; }