base16-discord/build/base16-eris
2026-03-17 17:03:31 +01:00

42 lines
972 B
Plaintext

/**
* @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: #a2faa8; /* Green */
--dnd-indicator: #f768a3; /* Red */
--idle-indicator: #f7d668; /* Yellow */
--streaming-indicator: #c368f7; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #258fc4; /* Blue */
--accent-2: #a2faf0; /* Cyan */
--accent-3: #a2faf0;
--accent-4: #258fc4;
--accent-5: #f768a3;
/* Backgrounds */
--bg-1: #0a0920;
--bg-2: #13133a;
--bg-3: #0a0920;
--bg-4: #0a0920;
/* Text Colors */
--text-0: #606bac;
--text-1: #606bac;
--text-2: #606bac;
--text-3: #606bac;
--text-4: #606bac;
--text-5: #333773;
/* Popups & Modals - using hex + alpha */
--hover: #258fc41a;
--active: #258fc433;
--message-hover: #13133a0a;
}