42 lines
972 B
Plaintext
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: #79740e; /* Green */
|
|
--dnd-indicator: #9d0006; /* Red */
|
|
--idle-indicator: #b57614; /* Yellow */
|
|
--streaming-indicator: #8f3f71; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #076678; /* Blue */
|
|
--accent-2: #427b58; /* Cyan */
|
|
--accent-3: #427b58;
|
|
--accent-4: #076678;
|
|
--accent-5: #9d0006;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f9f5d7;
|
|
--bg-2: #ebdbb2;
|
|
--bg-3: #f9f5d7;
|
|
--bg-4: #f9f5d7;
|
|
|
|
/* Text Colors */
|
|
--text-0: #504945;
|
|
--text-1: #504945;
|
|
--text-2: #504945;
|
|
--text-3: #504945;
|
|
--text-4: #504945;
|
|
--text-5: #bdae93;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #0766781a;
|
|
--active: #07667833;
|
|
--message-hover: #ebdbb20a;
|
|
}
|