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: #b5bd68; /* Green */
|
|
--dnd-indicator: #cc6666; /* Red */
|
|
--idle-indicator: #f0c674; /* Yellow */
|
|
--streaming-indicator: #b294bb; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #81a2be; /* Blue */
|
|
--accent-2: #8abeb7; /* Cyan */
|
|
--accent-3: #8abeb7;
|
|
--accent-4: #81a2be;
|
|
--accent-5: #cc6666;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #343d46;
|
|
--bg-2: #4f5b66;
|
|
--bg-3: #343d46;
|
|
--bg-4: #343d46;
|
|
|
|
/* Text Colors */
|
|
--text-0: #dfe1e8;
|
|
--text-1: #dfe1e8;
|
|
--text-2: #dfe1e8;
|
|
--text-3: #dfe1e8;
|
|
--text-4: #dfe1e8;
|
|
--text-5: #a7adba;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #81a2be1a;
|
|
--active: #81a2be33;
|
|
--message-hover: #4f5b660a;
|
|
}
|