base16-discord/build/base16-windows-10
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: #16c60c; /* Green */
--dnd-indicator: #e74856; /* Red */
--idle-indicator: #f9f1a5; /* Yellow */
--streaming-indicator: #b4009e; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #3b78ff; /* Blue */
--accent-2: #61d6d6; /* Cyan */
--accent-3: #61d6d6;
--accent-4: #3b78ff;
--accent-5: #e74856;
/* Backgrounds */
--bg-1: #0c0c0c;
--bg-2: #2f2f2f;
--bg-3: #0c0c0c;
--bg-4: #0c0c0c;
/* Text Colors */
--text-0: #cccccc;
--text-1: #cccccc;
--text-2: #cccccc;
--text-3: #cccccc;
--text-4: #cccccc;
--text-5: #767676;
/* Popups & Modals - using hex + alpha */
--hover: #3b78ff1a;
--active: #3b78ff33;
--message-hover: #2f2f2f0a;
}