/** * @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: #63d932; /* Green */ --dnd-indicator: #ee2e00; /* Red */ --idle-indicator: #eebb00; /* Yellow */ --streaming-indicator: #883e9f; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5b4a9f; /* Blue */ --accent-2: #3d94a5; /* Cyan */ --accent-3: #3d94a5; --accent-4: #5b4a9f; --accent-5: #ee2e00; /* Backgrounds */ --bg-1: #101600; --bg-2: #1a1e01; --bg-3: #101600; --bg-4: #101600; /* Text Colors */ --text-0: #ffda51; --text-1: #ffda51; --text-2: #ffda51; --text-3: #ffda51; --text-4: #ffda51; --text-5: #2e2e05; /* Popups & Modals - using hex + alpha */ --hover: #5b4a9f1a; --active: #5b4a9f33; --message-hover: #1a1e010a; }