/** * @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: #5de561; /* Green */ --dnd-indicator: #c4676c; /* Red */ --idle-indicator: #cfd05d; /* Yellow */ --streaming-indicator: #9c6cd3; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #1ae1dc; /* Blue */ --accent-2: #4b8f77; /* Cyan */ --accent-3: #4b8f77; --accent-4: #1ae1dc; --accent-5: #c4676c; /* Backgrounds */ --bg-1: #2a3b4d; --bg-2: #3d566f; --bg-3: #2a3b4d; --bg-4: #2a3b4d; /* Text Colors */ --text-0: #9fa2a6; --text-1: #9fa2a6; --text-2: #9fa2a6; --text-3: #9fa2a6; --text-4: #9fa2a6; --text-5: #55799c; /* Popups & Modals - using hex + alpha */ --hover: #1ae1dc1a; --active: #1ae1dc33; --message-hover: #3d566f0a; }