/** * @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: #2a9292; /* Green */ --dnd-indicator: #be4678; /* Red */ --idle-indicator: #a06e3b; /* Yellow */ --streaming-indicator: #955ae7; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #576ddb; /* Blue */ --accent-2: #398bc6; /* Cyan */ --accent-3: #398bc6; --accent-4: #576ddb; --accent-5: #be4678; /* Backgrounds */ --bg-1: #efecf4; --bg-2: #e2dfe7; --bg-3: #efecf4; --bg-4: #efecf4; /* Text Colors */ --text-0: #585260; --text-1: #585260; --text-2: #585260; --text-3: #585260; --text-4: #585260; --text-5: #7e7887; /* Popups & Modals - using hex + alpha */ --hover: #576ddb1a; --active: #576ddb33; --message-hover: #e2dfe70a; }