/** * @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: #95b659; /* Green */ --dnd-indicator: #ff8782; /* Red */ --idle-indicator: #cfa546; /* Yellow */ --streaming-indicator: #b799ff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #66b0ef; /* Blue */ --accent-2: #42bda7; /* Cyan */ --accent-3: #42bda7; --accent-4: #66b0ef; --accent-5: #ff8782; /* Backgrounds */ --bg-1: #23262b; --bg-2: #303337; --bg-3: #23262b; --bg-4: #23262b; /* Text Colors */ --text-0: #bab9b6; --text-1: #bab9b6; --text-2: #bab9b6; --text-3: #bab9b6; --text-4: #bab9b6; --text-5: #898989; /* Popups & Modals - using hex + alpha */ --hover: #66b0ef1a; --active: #66b0ef33; --message-hover: #3033370a; }