base16-discord/build/base16-porple
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: #95c76f; /* Green */
--dnd-indicator: #f84547; /* Red */
--idle-indicator: #efa16b; /* Yellow */
--streaming-indicator: #b74989; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8485ce; /* Blue */
--accent-2: #64878f; /* Cyan */
--accent-3: #64878f;
--accent-4: #8485ce;
--accent-5: #f84547;
/* Backgrounds */
--bg-1: #292c36;
--bg-2: #333344;
--bg-3: #292c36;
--bg-4: #292c36;
/* Text Colors */
--text-0: #d8d8d8;
--text-1: #d8d8d8;
--text-2: #d8d8d8;
--text-3: #d8d8d8;
--text-4: #d8d8d8;
--text-5: #65568a;
/* Popups & Modals - using hex + alpha */
--hover: #8485ce1a;
--active: #8485ce33;
--message-hover: #3333440a;
}