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: #6a8759; /* Green */
|
|
--dnd-indicator: #4eade5; /* Red */
|
|
--idle-indicator: #bbb529; /* Yellow */
|
|
--streaming-indicator: #cc7832; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #9876aa; /* Blue */
|
|
--accent-2: #629755; /* Cyan */
|
|
--accent-3: #629755;
|
|
--accent-4: #9876aa;
|
|
--accent-5: #4eade5;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #2b2b2b;
|
|
--bg-2: #323232;
|
|
--bg-3: #2b2b2b;
|
|
--bg-4: #2b2b2b;
|
|
|
|
/* Text Colors */
|
|
--text-0: #a9b7c6;
|
|
--text-1: #a9b7c6;
|
|
--text-2: #a9b7c6;
|
|
--text-3: #a9b7c6;
|
|
--text-4: #a9b7c6;
|
|
--text-5: #606366;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #9876aa1a;
|
|
--active: #9876aa33;
|
|
--message-hover: #3232320a;
|
|
}
|