/** * @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: #5db129; /* Green */ --dnd-indicator: #e15d67; /* Red */ --idle-indicator: #e1b31a; /* Yellow */ --streaming-indicator: #b46ee0; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #00a3f2; /* Blue */ --accent-2: #21c992; /* Cyan */ --accent-3: #21c992; --accent-4: #00a3f2; --accent-5: #e15d67; /* Backgrounds */ --bg-1: #222222; --bg-2: #303030; --bg-3: #222222; --bg-4: #222222; /* Text Colors */ --text-0: #c0c0c0; --text-1: #c0c0c0; --text-2: #c0c0c0; --text-3: #c0c0c0; --text-4: #c0c0c0; --text-5: #898989; /* Popups & Modals - using hex + alpha */ --hover: #00a3f21a; --active: #00a3f233; --message-hover: #3030300a; }