/** * @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: #a6e3a1; /* Green */ --dnd-indicator: #f38ba8; /* Red */ --idle-indicator: #f9e2af; /* Yellow */ --streaming-indicator: #cba6f7; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #89b4fa; /* Blue */ --accent-2: #94e2d5; /* Cyan */ --accent-3: #94e2d5; --accent-4: #89b4fa; --accent-5: #f38ba8; /* Backgrounds */ --bg-1: #1e1e2e; --bg-2: #181825; --bg-3: #1e1e2e; --bg-4: #1e1e2e; /* Text Colors */ --text-0: #cdd6f4; --text-1: #cdd6f4; --text-2: #cdd6f4; --text-3: #cdd6f4; --text-4: #cdd6f4; --text-5: #45475a; /* Popups & Modals - using hex + alpha */ --hover: #89b4fa1a; --active: #89b4fa33; --message-hover: #1818250a; }