/** * @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: #90a959; /* Green */ --dnd-indicator: #ac4142; /* Red */ --idle-indicator: #f4bf75; /* Yellow */ --streaming-indicator: #aa759f; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6a9fb5; /* Blue */ --accent-2: #75b5aa; /* Cyan */ --accent-3: #75b5aa; --accent-4: #6a9fb5; --accent-5: #ac4142; /* Backgrounds */ --bg-1: #f5f5f5; --bg-2: #e0e0e0; --bg-3: #f5f5f5; --bg-4: #f5f5f5; /* Text Colors */ --text-0: #303030; --text-1: #303030; --text-2: #303030; --text-3: #303030; --text-4: #303030; --text-5: #b0b0b0; /* Popups & Modals - using hex + alpha */ --hover: #6a9fb51a; --active: #6a9fb533; --message-hover: #e0e0e00a; }