base16-discord/build/base16-flexoki-dark
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: #879a39; /* Green */
--dnd-indicator: #d14d41; /* Red */
--idle-indicator: #d0a215; /* Yellow */
--streaming-indicator: #8b7ec8; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4385be; /* Blue */
--accent-2: #3aa99f; /* Cyan */
--accent-3: #3aa99f;
--accent-4: #4385be;
--accent-5: #d14d41;
/* Backgrounds */
--bg-1: #100f0f;
--bg-2: #1c1b1a;
--bg-3: #100f0f;
--bg-4: #100f0f;
/* Text Colors */
--text-0: #cecdc3;
--text-1: #cecdc3;
--text-2: #cecdc3;
--text-3: #cecdc3;
--text-4: #cecdc3;
--text-5: #575653;
/* Popups & Modals - using hex + alpha */
--hover: #4385be1a;
--active: #4385be33;
--message-hover: #1c1b1a0a;
}