base16-discord/build/base16-embers
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: #57826d; /* Green */
--dnd-indicator: #826d57; /* Red */
--idle-indicator: #6d8257; /* Yellow */
--streaming-indicator: #82576d; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6d5782; /* Blue */
--accent-2: #576d82; /* Cyan */
--accent-3: #576d82;
--accent-4: #6d5782;
--accent-5: #826d57;
/* Backgrounds */
--bg-1: #16130f;
--bg-2: #2c2620;
--bg-3: #16130f;
--bg-4: #16130f;
/* Text Colors */
--text-0: #a39a90;
--text-1: #a39a90;
--text-2: #a39a90;
--text-3: #a39a90;
--text-4: #a39a90;
--text-5: #5a5047;
/* Popups & Modals - using hex + alpha */
--hover: #6d57821a;
--active: #6d578233;
--message-hover: #2c26200a;
}