/** * @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: #c33678; /* Green */ --dnd-indicator: #27d9d5; /* Red */ --idle-indicator: #8f6c97; /* Yellow */ --streaming-indicator: #82034c; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #bd0152; /* Blue */ --accent-2: #f80059; /* Cyan */ --accent-3: #f80059; --accent-4: #bd0152; --accent-5: #27d9d5; /* Backgrounds */ --bg-1: #190134; --bg-2: #392551; --bg-3: #190134; --bg-4: #190134; /* Text Colors */ --text-0: #bdb6c5; --text-1: #bdb6c5; --text-2: #bdb6c5; --text-3: #bdb6c5; --text-4: #bdb6c5; --text-5: #7b6d8b; /* Popups & Modals - using hex + alpha */ --hover: #bd01521a; --active: #bd015233; --message-hover: #3925510a; }