/** * @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: #2da44e; /* Green */ --dnd-indicator: #fa4549; /* Red */ --idle-indicator: #bf8700; /* Yellow */ --streaming-indicator: #a475f9; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #218bff; /* Blue */ --accent-2: #339d9b; /* Cyan */ --accent-3: #339d9b; --accent-4: #218bff; --accent-5: #fa4549; /* Backgrounds */ --bg-1: #eaeef2; --bg-2: #d0d7de; --bg-3: #eaeef2; --bg-4: #eaeef2; /* Text Colors */ --text-0: #424a53; --text-1: #424a53; --text-2: #424a53; --text-3: #424a53; --text-4: #424a53; --text-5: #8c959f; /* Popups & Modals - using hex + alpha */ --hover: #218bff1a; --active: #218bff33; --message-hover: #d0d7de0a; }