base16-discord/build/base16-zenburn

42 lines
972 B
Plaintext
Raw Normal View History

2026-03-17 17:03:31 +01:00
/**
* @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: #5f7f5f; /* Green */
--dnd-indicator: #dca3a3; /* Red */
--idle-indicator: #e0cf9f; /* Yellow */
--streaming-indicator: #dc8cc3; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #7cb8bb; /* Blue */
--accent-2: #93e0e3; /* Cyan */
--accent-3: #93e0e3;
--accent-4: #7cb8bb;
--accent-5: #dca3a3;
/* Backgrounds */
--bg-1: #383838;
--bg-2: #404040;
--bg-3: #383838;
--bg-4: #383838;
/* Text Colors */
--text-0: #dcdccc;
--text-1: #dcdccc;
--text-2: #dcdccc;
--text-3: #dcdccc;
--text-4: #dcdccc;
--text-5: #6f6f6f;
/* Popups & Modals - using hex + alpha */
--hover: #7cb8bb1a;
--active: #7cb8bb33;
--message-hover: #4040400a;
}