/** * @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: #489963; /* Green */ --dnd-indicator: #b16139; /* Red */ --idle-indicator: #a07e3b; /* Yellow */ --streaming-indicator: #55859b; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #478c90; /* Blue */ --accent-2: #1c9aa0; /* Cyan */ --accent-3: #1c9aa0; --accent-4: #478c90; --accent-5: #b16139; /* Backgrounds */ --bg-1: #171c19; --bg-2: #232a25; --bg-3: #171c19; --bg-4: #171c19; /* Text Colors */ --text-0: #87928a; --text-1: #87928a; --text-2: #87928a; --text-3: #87928a; --text-4: #87928a; --text-5: #5f6d64; /* Popups & Modals - using hex + alpha */ --hover: #478c901a; --active: #478c9033; --message-hover: #232a250a; }