/** * @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: #f2e6a9; /* Green */ --dnd-indicator: #ff661a; /* Red */ --idle-indicator: #ffdc2d; /* Yellow */ --streaming-indicator: #ae94f9; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #40bfff; /* Blue */ --accent-2: #fb6acb; /* Cyan */ --accent-3: #fb6acb; --accent-4: #40bfff; --accent-5: #ff661a; /* Backgrounds */ --bg-1: #202126; --bg-2: #2d303d; --bg-3: #202126; --bg-4: #202126; /* Text Colors */ --text-0: #e9e7e1; --text-1: #e9e7e1; --text-2: #e9e7e1; --text-3: #e9e7e1; --text-4: #e9e7e1; --text-5: #a1d2e6; /* Popups & Modals - using hex + alpha */ --hover: #40bfff1a; --active: #40bfff33; --message-hover: #2d303d0a; }