/** * @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: #59f176; /* Green */ --dnd-indicator: #ff4242; /* Red */ --idle-indicator: #f3e877; /* Yellow */ --streaming-indicator: #f10596; /* Mauve/Purple */ /* Accent Colors */ --accent-1: #66b0ff; /* Blue */ --accent-2: #0ef0f0; /* Cyan */ --accent-3: #0ef0f0; --accent-4: #66b0ff; --accent-5: #ff4242; /* Backgrounds */ --bg-1: #00002a; --bg-2: #20204a; --bg-3: #00002a; --bg-4: #00002a; /* Text Colors */ --text-0: #d0d0fa; --text-1: #d0d0fa; --text-2: #d0d0fa; --text-3: #d0d0fa; --text-4: #d0d0fa; --text-5: #50507a; /* Popups & Modals - using hex + alpha */ --hover: #66b0ff1a; --active: #66b0ff33; --message-hover: #20204a0a; }