/** * @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: #1b1818; --bg-2: #292424; --bg-3: #1b1818; --bg-4: #1b1818; /* Text Colors */ --text-0: #8a8585; --text-1: #8a8585; --text-2: #8a8585; --text-3: #8a8585; --text-4: #8a8585; --text-5: #655d5d; /* Popups & Modals - using hex + alpha */ --hover: #7272ca1a; --active: #7272ca33; --message-hover: #2924240a; }