/** * @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: #5ccc96; /* Green */ --dnd-indicator: #e33400; /* Red */ --idle-indicator: #f2ce00; /* Yellow */ --streaming-indicator: #b3a1e6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #7a5ccc; /* Blue */ --accent-2: #00a3cc; /* Cyan */ --accent-3: #00a3cc; --accent-4: #7a5ccc; --accent-5: #e33400; /* Backgrounds */ --bg-1: #16172d; --bg-2: #1b1c36; --bg-3: #16172d; --bg-4: #16172d; /* Text Colors */ --text-0: #ecf0c1; --text-1: #ecf0c1; --text-2: #ecf0c1; --text-3: #ecf0c1; --text-4: #ecf0c1; --text-5: #686f9a; /* Popups & Modals - using hex + alpha */ --hover: #7a5ccc1a; --active: #7a5ccc33; --message-hover: #1b1c360a; }