/** * @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: #7fc1ca; /* Green */ --dnd-indicator: #83afe5; /* Red */ --idle-indicator: #a8ce93; /* Yellow */ --streaming-indicator: #9a93e1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #83afe5; /* Blue */ --accent-2: #f2c38f; /* Cyan */ --accent-3: #f2c38f; --accent-4: #83afe5; --accent-5: #83afe5; /* Backgrounds */ --bg-1: #3c4c55; --bg-2: #556873; --bg-3: #3c4c55; --bg-4: #3c4c55; /* Text Colors */ --text-0: #c5d4dd; --text-1: #c5d4dd; --text-2: #c5d4dd; --text-3: #c5d4dd; --text-4: #c5d4dd; --text-5: #899ba6; /* Popups & Modals - using hex + alpha */ --hover: #83afe51a; --active: #83afe533; --message-hover: #5568730a; }