/** * @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: #a6e22e; /* Green */ --dnd-indicator: #f92672; /* Red */ --idle-indicator: #e6db74; /* Yellow */ --streaming-indicator: #9e6ffe; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #66d9ef; /* Blue */ --accent-2: #708387; /* Cyan */ --accent-3: #708387; --accent-4: #66d9ef; --accent-5: #f92672; /* Backgrounds */ --bg-1: #212121; --bg-2: #303030; --bg-3: #212121; --bg-4: #212121; /* Text Colors */ --text-0: #cdcdcd; --text-1: #cdcdcd; --text-2: #cdcdcd; --text-3: #cdcdcd; --text-4: #cdcdcd; --text-5: #4a4a4a; /* Popups & Modals - using hex + alpha */ --hover: #66d9ef1a; --active: #66d9ef33; --message-hover: #3030300a; }