/** * @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: #70b433; /* Green */ --dnd-indicator: #ed4a46; /* Red */ --idle-indicator: #dbb32d; /* Yellow */ --streaming-indicator: #a580e2; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #368aeb; /* Blue */ --accent-2: #3fc5b7; /* Cyan */ --accent-3: #3fc5b7; --accent-4: #368aeb; --accent-5: #ed4a46; /* Backgrounds */ --bg-1: #181818; --bg-2: #252525; --bg-3: #181818; --bg-4: #181818; /* Text Colors */ --text-0: #b9b9b9; --text-1: #b9b9b9; --text-2: #b9b9b9; --text-3: #b9b9b9; --text-4: #b9b9b9; --text-5: #777777; /* Popups & Modals - using hex + alpha */ --hover: #368aeb1a; --active: #368aeb33; --message-hover: #2525250a; }