base16-discord/build/base16-nebula
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: #6562a8; /* Green */
--dnd-indicator: #777abc; /* Red */
--idle-indicator: #4f9062; /* Yellow */
--streaming-indicator: #716cae; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4d6bb6; /* Blue */
--accent-2: #226f68; /* Cyan */
--accent-3: #226f68;
--accent-4: #4d6bb6;
--accent-5: #777abc;
/* Backgrounds */
--bg-1: #22273b;
--bg-2: #414f60;
--bg-3: #22273b;
--bg-4: #22273b;
/* Text Colors */
--text-0: #a4a6a9;
--text-1: #a4a6a9;
--text-2: #a4a6a9;
--text-3: #a4a6a9;
--text-4: #a4a6a9;
--text-5: #6e6f72;
/* Popups & Modals - using hex + alpha */
--hover: #4d6bb61a;
--active: #4d6bb633;
--message-hover: #414f600a;
}