/** * @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: #1fb714; /* Green */ --dnd-indicator: #dd0907; /* Red */ --idle-indicator: #fbf305; /* Yellow */ --streaming-indicator: #4700a5; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #0000d3; /* Blue */ --accent-2: #02abea; /* Cyan */ --accent-3: #02abea; --accent-4: #0000d3; --accent-5: #dd0907; /* Backgrounds */ --bg-1: #000000; --bg-2: #404040; --bg-3: #000000; --bg-4: #000000; /* Text Colors */ --text-0: #c0c0c0; --text-1: #c0c0c0; --text-2: #c0c0c0; --text-3: #c0c0c0; --text-4: #c0c0c0; --text-5: #808080; /* Popups & Modals - using hex + alpha */ --hover: #0000d31a; --active: #0000d333; --message-hover: #4040400a; }