/** * @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: #3ad900; /* Green */ --dnd-indicator: #d90429; /* Red */ --idle-indicator: #ffe700; /* Yellow */ --streaming-indicator: #ff2c70; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #6943ff; /* Blue */ --accent-2: #00c5c7; /* Cyan */ --accent-3: #00c5c7; --accent-4: #6943ff; --accent-5: #d90429; /* Backgrounds */ --bg-1: #1e1e3f; --bg-2: #43d426; --bg-3: #1e1e3f; --bg-4: #1e1e3f; /* Text Colors */ --text-0: #c7c7c7; --text-1: #c7c7c7; --text-2: #c7c7c7; --text-3: #c7c7c7; --text-4: #c7c7c7; --text-5: #808080; /* Popups & Modals - using hex + alpha */ --hover: #6943ff1a; --active: #6943ff33; --message-hover: #43d4260a; }