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: #63b784; /* Green */
|
|
--dnd-indicator: #d3464d; /* Red */
|
|
--idle-indicator: #f3b863; /* Yellow */
|
|
--streaming-indicator: #8b66d6; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #568ccf; /* Blue */
|
|
--accent-2: #4fb7ae; /* Cyan */
|
|
--accent-3: #4fb7ae;
|
|
--accent-4: #568ccf;
|
|
--accent-5: #d3464d;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #001c1f;
|
|
--bg-2: #002931;
|
|
--bg-3: #001c1f;
|
|
--bg-4: #001c1f;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d4e1e8;
|
|
--text-1: #d4e1e8;
|
|
--text-2: #d4e1e8;
|
|
--text-3: #d4e1e8;
|
|
--text-4: #d4e1e8;
|
|
--text-5: #004852;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #568ccf1a;
|
|
--active: #568ccf33;
|
|
--message-hover: #0029310a;
|
|
}
|