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: #b9ca4a; /* Green */
|
||
|
|
--dnd-indicator: #d54e53; /* Red */
|
||
|
|
--idle-indicator: #e7c547; /* Yellow */
|
||
|
|
--streaming-indicator: #c397d8; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #7aa6da; /* Blue */
|
||
|
|
--accent-2: #70c0b1; /* Cyan */
|
||
|
|
--accent-3: #70c0b1;
|
||
|
|
--accent-4: #7aa6da;
|
||
|
|
--accent-5: #d54e53;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #343d46;
|
||
|
|
--bg-2: #4f5b66;
|
||
|
|
--bg-3: #343d46;
|
||
|
|
--bg-4: #343d46;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #dfe1e8;
|
||
|
|
--text-1: #dfe1e8;
|
||
|
|
--text-2: #dfe1e8;
|
||
|
|
--text-3: #dfe1e8;
|
||
|
|
--text-4: #dfe1e8;
|
||
|
|
--text-5: #a7adba;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #7aa6da1a;
|
||
|
|
--active: #7aa6da33;
|
||
|
|
--message-hover: #4f5b660a;
|
||
|
|
}
|