/** * @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: #8bd649; /* Green */ --dnd-indicator: #ec5f67; /* Red */ --idle-indicator: #ffcc00; /* Yellow */ --streaming-indicator: #82aaff; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #89ddff; /* Blue */ --accent-2: #80cbc4; /* Cyan */ --accent-3: #80cbc4; --accent-4: #89ddff; --accent-5: #ec5f67; /* Backgrounds */ --bg-1: #263238; --bg-2: #2c393f; --bg-3: #263238; --bg-4: #263238; /* Text Colors */ --text-0: #cdd3de; --text-1: #cdd3de; --text-2: #cdd3de; --text-3: #cdd3de; --text-4: #cdd3de; --text-5: #707880; /* Popups & Modals - using hex + alpha */ --hover: #89ddff1a; --active: #89ddff33; --message-hover: #2c393f0a; }