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: #a3be8c; /* Green */
|
|
--dnd-indicator: #bf616a; /* Red */
|
|
--idle-indicator: #ebcb8b; /* Yellow */
|
|
--streaming-indicator: #b48ead; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #8fa1b3; /* Blue */
|
|
--accent-2: #96b5b4; /* Cyan */
|
|
--accent-3: #96b5b4;
|
|
--accent-4: #8fa1b3;
|
|
--accent-5: #bf616a;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #2b303b;
|
|
--bg-2: #343d46;
|
|
--bg-3: #2b303b;
|
|
--bg-4: #2b303b;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c0c5ce;
|
|
--text-1: #c0c5ce;
|
|
--text-2: #c0c5ce;
|
|
--text-3: #c0c5ce;
|
|
--text-4: #c0c5ce;
|
|
--text-5: #65737e;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8fa1b31a;
|
|
--active: #8fa1b333;
|
|
--message-hover: #343d460a;
|
|
}
|