/** * @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: #806c61; /* Green */ --dnd-indicator: #c24f57; /* Red */ --idle-indicator: #f28171; /* Yellow */ --streaming-indicator: #a63650; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #684c59; /* Blue */ --accent-2: #6b6566; /* Cyan */ --accent-3: #6b6566; --accent-4: #684c59; --accent-5: #c24f57; /* Backgrounds */ --bg-1: #1c1213; --bg-2: #3a2425; --bg-3: #1c1213; --bg-4: #1c1213; /* Text Colors */ --text-0: #a87569; --text-1: #a87569; --text-2: #a87569; --text-3: #a87569; --text-4: #a87569; --text-5: #6d4745; /* Popups & Modals - using hex + alpha */ --hover: #684c591a; --active: #684c5933; --message-hover: #3a24250a; }