/** * @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: #f3bd09; /* Green */ --dnd-indicator: #d6dbe5; /* Red */ --idle-indicator: #1dd361; /* Yellow */ --streaming-indicator: #0f7ddb; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5350b9; /* Blue */ --accent-2: #1081d6; /* Cyan */ --accent-3: #1081d6; --accent-4: #5350b9; --accent-5: #d6dbe5; /* Backgrounds */ --bg-1: #1f1f1f; --bg-2: #f81118; --bg-3: #1f1f1f; --bg-4: #1f1f1f; /* Text Colors */ --text-0: #4e5ab7; --text-1: #4e5ab7; --text-2: #4e5ab7; --text-3: #4e5ab7; --text-4: #4e5ab7; --text-5: #ecba0f; /* Popups & Modals - using hex + alpha */ --hover: #5350b91a; --active: #5350b933; --message-hover: #f811180a; }