/** * @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: #883e96; /* Green */ --dnd-indicator: #3e9688; /* Red */ --idle-indicator: #3e4c96; /* Yellow */ --streaming-indicator: #4c963e; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #96883e; /* Blue */ --accent-2: #963e4c; /* Cyan */ --accent-3: #963e4c; --accent-4: #96883e; --accent-5: #3e9688; /* Backgrounds */ --bg-1: #031a16; --bg-2: #0b342d; --bg-3: #031a16; --bg-4: #031a16; /* Text Colors */ --text-0: #81b5ac; --text-1: #81b5ac; --text-2: #81b5ac; --text-3: #81b5ac; --text-4: #81b5ac; --text-5: #2b685e; /* Popups & Modals - using hex + alpha */ --hover: #96883e1a; --active: #96883e33; --message-hover: #0b342d0a; }