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: #1d1f21;
|
|
--bg-2: #282a2e;
|
|
--bg-3: #1d1f21;
|
|
--bg-4: #1d1f21;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c5c8c6;
|
|
--text-1: #c5c8c6;
|
|
--text-2: #c5c8c6;
|
|
--text-3: #c5c8c6;
|
|
--text-4: #c5c8c6;
|
|
--text-5: #969896;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #81a2be1a;
|
|
--active: #81a2be33;
|
|
--message-hover: #282a2e0a;
|
|
}
|