/** * @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: #{{base0B-hex}}; /* Green */ --dnd-indicator: #{{base08-hex}}; /* Red */ --idle-indicator: #{{base0A-hex}}; /* Yellow */ --streaming-indicator: #{{base0E-hex}}; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #{{base0D-hex}}; /* Blue */ --accent-2: #{{base0C-hex}}; /* Cyan */ --accent-3: #{{base0C-hex}}; --accent-4: #{{base0D-hex}}; --accent-5: #{{base08-hex}}; /* Backgrounds */ --bg-1: #{{base00-hex}}; --bg-2: #{{base01-hex}}; --bg-3: #{{base00-hex}}; --bg-4: #{{base00-hex}}; /* Text Colors */ --text-0: #{{base05-hex}}; --text-1: #{{base05-hex}}; --text-2: #{{base05-hex}}; --text-3: #{{base05-hex}}; --text-4: #{{base05-hex}}; --text-5: #{{base03-hex}}; /* Popups & Modals - using hex + alpha */ --hover: #{{base0D-hex}}1a; --active: #{{base0D-hex}}33; --message-hover: #{{base01-hex}}0a; }