/** * @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: #9ece6a; /* Green */ --dnd-indicator: #f7768e; /* Red */ --idle-indicator: #b7c5d3; /* Yellow */ --streaming-indicator: #bb9af7; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7aa2f7; /* Blue */ --accent-2: #89ddff; /* Cyan */ --accent-3: #89ddff; --accent-4: #7aa2f7; --accent-5: #f7768e; /* Backgrounds */ --bg-1: #171d23; --bg-2: #1d252c; --bg-3: #171d23; --bg-4: #171d23; /* Text Colors */ --text-0: #d8e2ec; --text-1: #d8e2ec; --text-2: #d8e2ec; --text-3: #d8e2ec; --text-4: #d8e2ec; --text-5: #526270; /* Popups & Modals - using hex + alpha */ --hover: #7aa2f71a; --active: #7aa2f733; --message-hover: #1d252c0a; }