/** * @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: #05cb0d; /* Green */ --dnd-indicator: #00d9e9; /* Red */ --idle-indicator: #955ae7; /* Yellow */ --streaming-indicator: #8991bb; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #550068; /* Blue */ --accent-2: #b900b1; /* Cyan */ --accent-3: #b900b1; --accent-4: #550068; --accent-5: #00d9e9; /* Backgrounds */ --bg-1: #1e0528; --bg-2: #1a092d; --bg-3: #1e0528; --bg-4: #1e0528; /* Text Colors */ --text-0: #ffeeff; --text-1: #ffeeff; --text-2: #ffeeff; --text-3: #ffeeff; --text-4: #ffeeff; --text-5: #320f55; /* Popups & Modals - using hex + alpha */ --hover: #5500681a; --active: #55006833; --message-hover: #1a092d0a; }