/** * @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: #b33ce8; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7864fa; /* Blue */ --accent-2: #149bda; /* Cyan */ --accent-3: #149bda; --accent-4: #7864fa; --accent-5: #d8137f; /* Backgrounds */ --bg-1: #2e2a31; --bg-2: #4b484e; --bg-3: #2e2a31; --bg-4: #2e2a31; /* Text Colors */ --text-0: #c3c2c4; --text-1: #c3c2c4; --text-2: #c3c2c4; --text-3: #c3c2c4; --text-4: #c3c2c4; --text-5: #878589; /* Popups & Modals - using hex + alpha */ --hover: #7864fa1a; --active: #7864fa33; --message-hover: #4b484e0a; }