/** * @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: #71983b; /* Green */ --dnd-indicator: #cc5450; /* Red */ --idle-indicator: #307878; /* Yellow */ --streaming-indicator: #d7ab54; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #376388; /* Blue */ --accent-2: #c57d42; /* Cyan */ --accent-3: #c57d42; --accent-4: #376388; --accent-5: #cc5450; /* Backgrounds */ --bg-1: #232323; --bg-2: #1c1c1c; --bg-3: #232323; --bg-4: #232323; /* Text Colors */ --text-0: #dbdbdb; --text-1: #dbdbdb; --text-2: #dbdbdb; --text-3: #dbdbdb; --text-4: #dbdbdb; --text-5: #c0c0c0; /* Popups & Modals - using hex + alpha */ --hover: #3763881a; --active: #37638833; --message-hover: #1c1c1c0a; }