/** * @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: #859900; /* Green */ --dnd-indicator: #dc322f; /* Red */ --idle-indicator: #b58900; /* Yellow */ --streaming-indicator: #6c71c4; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #268bd2; /* Blue */ --accent-2: #2aa198; /* Cyan */ --accent-3: #2aa198; --accent-4: #268bd2; --accent-5: #dc322f; /* Backgrounds */ --bg-1: #fdf6e3; --bg-2: #eee8d5; --bg-3: #fdf6e3; --bg-4: #fdf6e3; /* Text Colors */ --text-0: #586e75; --text-1: #586e75; --text-2: #586e75; --text-3: #586e75; --text-4: #586e75; --text-5: #839496; /* Popups & Modals - using hex + alpha */ --hover: #268bd21a; --active: #268bd233; --message-hover: #eee8d50a; }