/** * @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: #2e916d; /* Green */ --dnd-indicator: #df2d52; /* Red */ --idle-indicator: #c29461; /* Yellow */ --streaming-indicator: #5e2180; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #006e93; /* Blue */ --accent-2: #1d8991; /* Cyan */ --accent-3: #1d8991; --accent-4: #006e93; --accent-5: #df2d52; /* Backgrounds */ --bg-1: #feedf3; --bg-2: #f8e2e7; --bg-3: #feedf3; --bg-4: #feedf3; /* Text Colors */ --text-0: #564448; --text-1: #564448; --text-2: #564448; --text-3: #564448; --text-4: #564448; --text-5: #755f64; /* Popups & Modals - using hex + alpha */ --hover: #006e931a; --active: #006e9333; --message-hover: #f8e2e70a; }