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: #a9b665; /* Green */
|
|
--dnd-indicator: #ea6962; /* Red */
|
|
--idle-indicator: #d8a657; /* Yellow */
|
|
--streaming-indicator: #d3869b; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #7daea3; /* Blue */
|
|
--accent-2: #89b482; /* Cyan */
|
|
--accent-3: #89b482;
|
|
--accent-4: #7daea3;
|
|
--accent-5: #ea6962;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #202020;
|
|
--bg-2: #2a2827;
|
|
--bg-3: #202020;
|
|
--bg-4: #202020;
|
|
|
|
/* Text Colors */
|
|
--text-0: #ddc7a1;
|
|
--text-1: #ddc7a1;
|
|
--text-2: #ddc7a1;
|
|
--text-3: #ddc7a1;
|
|
--text-4: #ddc7a1;
|
|
--text-5: #5a524c;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #7daea31a;
|
|
--active: #7daea333;
|
|
--message-hover: #2a28270a;
|
|
}
|