/** * @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: #02d849; /* Green */ --dnd-indicator: #f11235; /* Red */ --idle-indicator: #ffb627; /* Yellow */ --streaming-indicator: #f15ee3; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #00a6fb; /* Blue */ --accent-2: #0dd9d6; /* Cyan */ --accent-3: #0dd9d6; --accent-4: #00a6fb; --accent-5: #f11235; /* Backgrounds */ --bg-1: #232629; --bg-2: #333b3d; --bg-3: #232629; --bg-4: #232629; /* Text Colors */ --text-0: #f8f8f2; --text-1: #f8f8f2; --text-2: #f8f8f2; --text-3: #f8f8f2; --text-4: #f8f8f2; --text-5: #60615d; /* Popups & Modals - using hex + alpha */ --hover: #00a6fb1a; --active: #00a6fb33; --message-hover: #333b3d0a; }