/** * @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: #98971a; /* Green */ --dnd-indicator: #cc241d; /* Red */ --idle-indicator: #d79921; /* Yellow */ --streaming-indicator: #b16286; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #458588; /* Blue */ --accent-2: #689d6a; /* Cyan */ --accent-3: #689d6a; --accent-4: #458588; --accent-5: #cc241d; /* Backgrounds */ --bg-1: #282828; --bg-2: #3c3836; --bg-3: #282828; --bg-4: #282828; /* Text Colors */ --text-0: #ebdbb2; --text-1: #ebdbb2; --text-2: #ebdbb2; --text-3: #ebdbb2; --text-4: #ebdbb2; --text-5: #665c54; /* Popups & Modals - using hex + alpha */ --hover: #4585881a; --active: #45858833; --message-hover: #3c38360a; }