/** * @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: #47a477; /* Green */ --dnd-indicator: #ca736c; /* Red */ --idle-indicator: #8d9741; /* Yellow */ --streaming-indicator: #9481cc; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #5794d0; /* Blue */ --accent-2: #00a2af; /* Cyan */ --accent-3: #00a2af; --accent-4: #5794d0; --accent-5: #ca736c; /* Backgrounds */ --bg-1: #24272b; --bg-2: #303338; --bg-3: #24272b; --bg-4: #24272b; /* Text Colors */ --text-0: #bebebe; --text-1: #bebebe; --text-2: #bebebe; --text-3: #bebebe; --text-4: #bebebe; --text-5: #636363; /* Popups & Modals - using hex + alpha */ --hover: #5794d01a; --active: #5794d033; --message-hover: #3033380a; }