/** * @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: #41a6b5; /* Green */ --dnd-indicator: #f7768e; /* Red */ --idle-indicator: #e0af68; /* Yellow */ --streaming-indicator: #bb9af7; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7aa2f7; /* Blue */ --accent-2: #7dcfff; /* Cyan */ --accent-3: #7dcfff; --accent-4: #7aa2f7; --accent-5: #f7768e; /* Backgrounds */ --bg-1: #24283b; --bg-2: #1a1b26; --bg-3: #24283b; --bg-4: #24283b; /* Text Colors */ --text-0: #787c99; --text-1: #787c99; --text-2: #787c99; --text-3: #787c99; --text-4: #787c99; --text-5: #444b6a; /* Popups & Modals - using hex + alpha */ --hover: #7aa2f71a; --active: #7aa2f733; --message-hover: #1a1b260a; }