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: #8ab361; /* Green */
|
||
|
|
--dnd-indicator: #f9906f; /* Red */
|
||
|
|
--idle-indicator: #f0c239; /* Yellow */
|
||
|
|
--streaming-indicator: #cca4e3; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #b0a4e3; /* Blue */
|
||
|
|
--accent-2: #30dff3; /* Cyan */
|
||
|
|
--accent-3: #30dff3;
|
||
|
|
--accent-4: #b0a4e3;
|
||
|
|
--accent-5: #f9906f;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #fcfefd;
|
||
|
|
--bg-2: #ecf6f2;
|
||
|
|
--bg-3: #fcfefd;
|
||
|
|
--bg-4: #fcfefd;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #5a605d;
|
||
|
|
--text-1: #5a605d;
|
||
|
|
--text-2: #5a605d;
|
||
|
|
--text-3: #5a605d;
|
||
|
|
--text-4: #5a605d;
|
||
|
|
--text-5: #cad8d2;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #b0a4e31a;
|
||
|
|
--active: #b0a4e333;
|
||
|
|
--message-hover: #ecf6f20a;
|
||
|
|
}
|