/** * @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: #0073a8; /* Green */ --dnd-indicator: #f43979; /* Red */ --idle-indicator: #ff669b; /* Yellow */ --streaming-indicator: #6916b6; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #471397; /* Blue */ --accent-2: #2155d6; /* Cyan */ --accent-3: #2155d6; --accent-4: #471397; --accent-5: #f43979; /* Backgrounds */ --bg-1: #efefef; --bg-2: #bebed2; --bg-3: #efefef; --bg-4: #efefef; /* Text Colors */ --text-0: #313145; --text-1: #313145; --text-2: #313145; --text-3: #313145; --text-4: #313145; --text-5: #7c7c98; /* Popups & Modals - using hex + alpha */ --hover: #4713971a; --active: #47139733; --message-hover: #bebed20a; }