/** * @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: #90a959; /* Green */ --dnd-indicator: #ac4142; /* Red */ --idle-indicator: #f4bf75; /* Yellow */ --streaming-indicator: #aa759f; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6a9fb5; /* Blue */ --accent-2: #75b5aa; /* Cyan */ --accent-3: #75b5aa; --accent-4: #6a9fb5; --accent-5: #ac4142; /* Backgrounds */ --bg-1: #151515; --bg-2: #202020; --bg-3: #151515; --bg-4: #151515; /* Text Colors */ --text-0: #d0d0d0; --text-1: #d0d0d0; --text-2: #d0d0d0; --text-3: #d0d0d0; --text-4: #d0d0d0; --text-5: #505050; /* Popups & Modals - using hex + alpha */ --hover: #6a9fb51a; --active: #6a9fb533; --message-hover: #2020200a; }