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: #6dfedf; /* Green */
|
||
|
|
--dnd-indicator: #a0a0c5; /* Red */
|
||
|
|
--idle-indicator: #ae81ff; /* Yellow */
|
||
|
|
--streaming-indicator: #7aa5ff; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #2de0a7; /* Blue */
|
||
|
|
--accent-2: #8eaee0; /* Cyan */
|
||
|
|
--accent-3: #8eaee0;
|
||
|
|
--accent-4: #2de0a7;
|
||
|
|
--accent-5: #a0a0c5;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #292a44;
|
||
|
|
--bg-2: #663399;
|
||
|
|
--bg-3: #292a44;
|
||
|
|
--bg-4: #292a44;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #f1eff8;
|
||
|
|
--text-1: #f1eff8;
|
||
|
|
--text-2: #f1eff8;
|
||
|
|
--text-3: #f1eff8;
|
||
|
|
--text-4: #f1eff8;
|
||
|
|
--text-5: #666699;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #2de0a71a;
|
||
|
|
--active: #2de0a733;
|
||
|
|
--message-hover: #6633990a;
|
||
|
|
}
|