/** * @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: #29d398; /* Green */ --dnd-indicator: #e95678; /* Red */ --idle-indicator: #fadad1; /* Yellow */ --streaming-indicator: #ee64ac; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #26bbd9; /* Blue */ --accent-2: #59e1e3; /* Cyan */ --accent-3: #59e1e3; --accent-4: #26bbd9; --accent-5: #e95678; /* Backgrounds */ --bg-1: #fdf0ed; --bg-2: #fadad1; --bg-3: #fdf0ed; --bg-4: #fdf0ed; /* Text Colors */ --text-0: #403c3d; --text-1: #403c3d; --text-2: #403c3d; --text-3: #403c3d; --text-4: #403c3d; --text-5: #bdb3b1; /* Popups & Modals - using hex + alpha */ --hover: #26bbd91a; --active: #26bbd933; --message-hover: #fadad10a; }