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: #afaf00; /* Green */
|
|
--dnd-indicator: #d75f5f; /* Red */
|
|
--idle-indicator: #ffaf00; /* Yellow */
|
|
--streaming-indicator: #d485ad; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #83adad; /* Blue */
|
|
--accent-2: #85ad85; /* Cyan */
|
|
--accent-3: #85ad85;
|
|
--accent-4: #83adad;
|
|
--accent-5: #d75f5f;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #262626;
|
|
--bg-2: #3a3a3a;
|
|
--bg-3: #262626;
|
|
--bg-4: #262626;
|
|
|
|
/* Text Colors */
|
|
--text-0: #dab997;
|
|
--text-1: #dab997;
|
|
--text-2: #dab997;
|
|
--text-3: #dab997;
|
|
--text-4: #dab997;
|
|
--text-5: #8a8a8a;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #83adad1a;
|
|
--active: #83adad33;
|
|
--message-hover: #3a3a3a0a;
|
|
}
|