/** * @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: #13a10e; /* Green */ --dnd-indicator: #c50f1f; /* Red */ --idle-indicator: #c19c00; /* Yellow */ --streaming-indicator: #881798; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0037da; /* Blue */ --accent-2: #3a96dd; /* Cyan */ --accent-3: #3a96dd; --accent-4: #0037da; --accent-5: #c50f1f; /* Backgrounds */ --bg-1: #f2f2f2; --bg-2: #e5e5e5; --bg-3: #f2f2f2; --bg-4: #f2f2f2; /* Text Colors */ --text-0: #767676; --text-1: #767676; --text-2: #767676; --text-3: #767676; --text-4: #767676; --text-5: #cccccc; /* Popups & Modals - using hex + alpha */ --hover: #0037da1a; --active: #0037da33; --message-hover: #e5e5e50a; }