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: #ff0066; /* Green */
|
|
--dnd-indicator: #ffa600; /* Red */
|
|
--idle-indicator: #20df6c; /* Yellow */
|
|
--streaming-indicator: #007fff; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #00ffff; /* Blue */
|
|
--accent-2: #6600ff; /* Cyan */
|
|
--accent-3: #6600ff;
|
|
--accent-4: #00ffff;
|
|
--accent-5: #ffa600;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #171517;
|
|
--bg-2: #1b181b;
|
|
--bg-3: #171517;
|
|
--bg-4: #171517;
|
|
|
|
/* Text Colors */
|
|
--text-0: #f5f5f5;
|
|
--text-1: #f5f5f5;
|
|
--text-2: #f5f5f5;
|
|
--text-3: #f5f5f5;
|
|
--text-4: #f5f5f5;
|
|
--text-5: #383338;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #00ffff1a;
|
|
--active: #00ffff33;
|
|
--message-hover: #1b181b0a;
|
|
}
|