base16-discord/build/base16-windows-highcontrast-light
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: #008000; /* Green */
--dnd-indicator: #800000; /* Red */
--idle-indicator: #808000; /* Yellow */
--streaming-indicator: #800080; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #000080; /* Blue */
--accent-2: #008080; /* Cyan */
--accent-3: #008080;
--accent-4: #000080;
--accent-5: #800000;
/* Backgrounds */
--bg-1: #fcfcfc;
--bg-2: #e8e8e8;
--bg-3: #fcfcfc;
--bg-4: #fcfcfc;
/* Text Colors */
--text-0: #545454;
--text-1: #545454;
--text-2: #545454;
--text-3: #545454;
--text-4: #545454;
--text-5: #c0c0c0;
/* Popups & Modals - using hex + alpha */
--hover: #0000801a;
--active: #00008033;
--message-hover: #e8e8e80a;
}