/** * @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: #00e756; /* Green */ --dnd-indicator: #ff004d; /* Red */ --idle-indicator: #fff024; /* Yellow */ --streaming-indicator: #ff77a8; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #83769c; /* Blue */ --accent-2: #29adff; /* Cyan */ --accent-3: #29adff; --accent-4: #83769c; --accent-5: #ff004d; /* Backgrounds */ --bg-1: #000000; --bg-2: #1d2b53; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #5f574f; --text-1: #5f574f; --text-2: #5f574f; --text-3: #5f574f; --text-4: #5f574f; --text-5: #008751; /* Popups & Modals - using hex + alpha */ --hover: #83769c1a; --active: #83769c33; --message-hover: #1d2b530a; }