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: #01a252; /* Green */
|
||
|
|
--dnd-indicator: #db2d20; /* Red */
|
||
|
|
--idle-indicator: #fded02; /* Yellow */
|
||
|
|
--streaming-indicator: #a16a94; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #01a0e4; /* Blue */
|
||
|
|
--accent-2: #b5e4f4; /* Cyan */
|
||
|
|
--accent-3: #b5e4f4;
|
||
|
|
--accent-4: #01a0e4;
|
||
|
|
--accent-5: #db2d20;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #090300;
|
||
|
|
--bg-2: #3a3432;
|
||
|
|
--bg-3: #090300;
|
||
|
|
--bg-4: #090300;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #a5a2a2;
|
||
|
|
--text-1: #a5a2a2;
|
||
|
|
--text-2: #a5a2a2;
|
||
|
|
--text-3: #a5a2a2;
|
||
|
|
--text-4: #a5a2a2;
|
||
|
|
--text-5: #5c5855;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #01a0e41a;
|
||
|
|
--active: #01a0e433;
|
||
|
|
--message-hover: #3a34320a;
|
||
|
|
}
|