/** * @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: #95b658; /* Green */ --dnd-indicator: #ff8782; /* Red */ --idle-indicator: #d0a543; /* Yellow */ --streaming-indicator: #b799fe; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #68b0ee; /* Blue */ --accent-2: #42bda7; /* Cyan */ --accent-3: #42bda7; --accent-4: #68b0ee; --accent-5: #ff8782; /* Backgrounds */ --bg-1: #1c1e20; --bg-2: #292b2d; --bg-3: #1c1e20; --bg-4: #1c1e20; /* Text Colors */ --text-0: #b8b7b6; --text-1: #b8b7b6; --text-2: #b8b7b6; --text-3: #b8b7b6; --text-4: #b8b7b6; --text-5: #858585; /* Popups & Modals - using hex + alpha */ --hover: #68b0ee1a; --active: #68b0ee33; --message-hover: #292b2d0a; }