/** * @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: #47a477; /* Green */ --dnd-indicator: #ca736c; /* Red */ --idle-indicator: #8d9741; /* Yellow */ --streaming-indicator: #9481cc; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5794d0; /* Blue */ --accent-2: #00a2af; /* Cyan */ --accent-3: #00a2af; --accent-4: #5794d0; --accent-5: #ca736c; /* Backgrounds */ --bg-1: #fffdfb; --bg-2: #fff7ed; --bg-3: #fffdfb; --bg-4: #fffdfb; /* Text Colors */ --text-0: #636363; --text-1: #636363; --text-2: #636363; --text-3: #636363; --text-4: #636363; --text-5: #bebebe; /* Popups & Modals - using hex + alpha */ --hover: #5794d01a; --active: #5794d033; --message-hover: #fff7ed0a; }