/** * @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: #87b386; /* Green */ --dnd-indicator: #b38686; /* Red */ --idle-indicator: #aab386; /* Yellow */ --streaming-indicator: #b386b2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #868cb3; /* Blue */ --accent-2: #86b3b3; /* Cyan */ --accent-3: #86b3b3; --accent-4: #868cb3; --accent-5: #b38686; /* Backgrounds */ --bg-1: #485867; --bg-2: #5a6d7a; --bg-3: #485867; --bg-4: #485867; /* Text Colors */ --text-0: #b0c5c8; --text-1: #b0c5c8; --text-2: #b0c5c8; --text-3: #b0c5c8; --text-4: #b0c5c8; --text-5: #8299a1; /* Popups & Modals - using hex + alpha */ --hover: #868cb31a; --active: #868cb333; --message-hover: #5a6d7a0a; }