/** * @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: #60ac39; /* Green */ --dnd-indicator: #d73737; /* Red */ --idle-indicator: #ae9513; /* Yellow */ --streaming-indicator: #b854d4; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6684e1; /* Blue */ --accent-2: #1fad83; /* Cyan */ --accent-3: #1fad83; --accent-4: #6684e1; --accent-5: #d73737; /* Backgrounds */ --bg-1: #20201d; --bg-2: #292824; --bg-3: #20201d; --bg-4: #20201d; /* Text Colors */ --text-0: #a6a28c; --text-1: #a6a28c; --text-2: #a6a28c; --text-3: #a6a28c; --text-4: #a6a28c; --text-5: #7d7a68; /* Popups & Modals - using hex + alpha */ --hover: #6684e11a; --active: #6684e133; --message-hover: #2928240a; }