/** * @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: #c9d05c; /* Green */ --dnd-indicator: #f43753; /* Red */ --idle-indicator: #ffc24b; /* Yellow */ --streaming-indicator: #d3b987; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #b3deef; /* Blue */ --accent-2: #73cef4; /* Cyan */ --accent-3: #73cef4; --accent-4: #b3deef; --accent-5: #f43753; /* Backgrounds */ --bg-1: #282828; --bg-2: #383838; --bg-3: #282828; --bg-4: #282828; /* Text Colors */ --text-0: #eeeeee; --text-1: #eeeeee; --text-2: #eeeeee; --text-3: #eeeeee; --text-4: #eeeeee; --text-5: #4c4c4c; /* Popups & Modals - using hex + alpha */ --hover: #b3deef1a; --active: #b3deef33; --message-hover: #3838380a; }