/** * @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: #00c918; /* Green */ --dnd-indicator: #ff0086; /* Red */ --idle-indicator: #aba800; /* Yellow */ --streaming-indicator: #ad00a1; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #3777e6; /* Blue */ --accent-2: #1faaaa; /* Cyan */ --accent-3: #1faaaa; --accent-4: #3777e6; --accent-5: #ff0086; /* Backgrounds */ --bg-1: #151515; --bg-2: #202020; --bg-3: #151515; --bg-4: #151515; /* Text Colors */ --text-0: #d0d0d0; --text-1: #d0d0d0; --text-2: #d0d0d0; --text-3: #d0d0d0; --text-4: #d0d0d0; --text-5: #505050; /* Popups & Modals - using hex + alpha */ --hover: #3777e61a; --active: #3777e633; --message-hover: #2020200a; }