/** * @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: #80c990; /* Green */ --dnd-indicator: #efa6a2; /* Red */ --idle-indicator: #e6a3dc; /* Yellow */ --streaming-indicator: #e0af85; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #50cacd; /* Blue */ --accent-2: #c8c874; /* Cyan */ --accent-3: #c8c874; --accent-4: #50cacd; --accent-5: #efa6a2; /* Backgrounds */ --bg-1: #101010; --bg-2: #454545; --bg-3: #101010; --bg-4: #101010; /* Text Colors */ --text-0: #c0c0c0; --text-1: #c0c0c0; --text-2: #c0c0c0; --text-3: #c0c0c0; --text-4: #c0c0c0; --text-5: #454545; /* Popups & Modals - using hex + alpha */ --hover: #50cacd1a; --active: #50cacd33; --message-hover: #4545450a; }