/** * @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: #99bf52; /* Green */ --dnd-indicator: #d07346; /* Red */ --idle-indicator: #fbd461; /* Yellow */ --streaming-indicator: #9989cc; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5299bf; /* Blue */ --accent-2: #72b9bf; /* Cyan */ --accent-3: #72b9bf; --accent-4: #5299bf; --accent-5: #d07346; /* Backgrounds */ --bg-1: #061229; --bg-2: #2a3448; --bg-3: #061229; --bg-4: #061229; /* Text Colors */ --text-0: #b8bbc2; --text-1: #b8bbc2; --text-2: #b8bbc2; --text-3: #b8bbc2; --text-4: #b8bbc2; --text-5: #717885; /* Popups & Modals - using hex + alpha */ --hover: #5299bf1a; --active: #5299bf33; --message-hover: #2a34480a; }