/** * @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: #31a354; /* Green */ --dnd-indicator: #e31a1c; /* Red */ --idle-indicator: #dca060; /* Yellow */ --streaming-indicator: #756bb1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3182bd; /* Blue */ --accent-2: #80b1d3; /* Cyan */ --accent-3: #80b1d3; --accent-4: #3182bd; --accent-5: #e31a1c; /* Backgrounds */ --bg-1: #0c0d0e; --bg-2: #2e2f30; --bg-3: #0c0d0e; --bg-4: #0c0d0e; /* Text Colors */ --text-0: #b7b8b9; --text-1: #b7b8b9; --text-2: #b7b8b9; --text-3: #b7b8b9; --text-4: #b7b8b9; --text-5: #737475; /* Popups & Modals - using hex + alpha */ --hover: #3182bd1a; --active: #3182bd33; --message-hover: #2e2f300a; }