/** * @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: #637200; /* Green */ --dnd-indicator: #d02023; /* Red */ --idle-indicator: #9d6f00; /* Yellow */ --streaming-indicator: #4e66b6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0073b5; /* Blue */ --accent-2: #007a72; /* Cyan */ --accent-3: #007a72; --accent-4: #0073b5; --accent-5: #d02023; /* Backgrounds */ --bg-1: #f5f0e7; --bg-2: #e7e2d9; --bg-3: #f5f0e7; --bg-4: #f5f0e7; /* Text Colors */ --text-0: #43474e; --text-1: #43474e; --text-2: #43474e; --text-3: #43474e; --text-4: #43474e; --text-5: #73777f; /* Popups & Modals - using hex + alpha */ --hover: #0073b51a; --active: #0073b533; --message-hover: #e7e2d90a; }