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: #beb55b; /* Green */
|
|
--dnd-indicator: #cb6077; /* Red */
|
|
--idle-indicator: #f4bc87; /* Yellow */
|
|
--streaming-indicator: #a89bb9; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #8ab3b5; /* Blue */
|
|
--accent-2: #7bbda4; /* Cyan */
|
|
--accent-3: #7bbda4;
|
|
--accent-4: #8ab3b5;
|
|
--accent-5: #cb6077;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #3b3228;
|
|
--bg-2: #534636;
|
|
--bg-3: #3b3228;
|
|
--bg-4: #3b3228;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d0c8c6;
|
|
--text-1: #d0c8c6;
|
|
--text-2: #d0c8c6;
|
|
--text-3: #d0c8c6;
|
|
--text-4: #d0c8c6;
|
|
--text-5: #7e705a;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8ab3b51a;
|
|
--active: #8ab3b533;
|
|
--message-hover: #5346360a;
|
|
}
|