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: #5bb66a; /* Green */
|
|
--dnd-indicator: #f80059; /* Red */
|
|
--idle-indicator: #bd9701; /* Yellow */
|
|
--streaming-indicator: #8f6c97; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #5ba2b6; /* Blue */
|
|
--accent-2: #47f9f5; /* Cyan */
|
|
--accent-3: #47f9f5;
|
|
--accent-4: #5ba2b6;
|
|
--accent-5: #f80059;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #feffff;
|
|
--bg-2: #dedae2;
|
|
--bg-3: #feffff;
|
|
--bg-4: #feffff;
|
|
|
|
/* Text Colors */
|
|
--text-0: #5a496e;
|
|
--text-1: #5a496e;
|
|
--text-2: #5a496e;
|
|
--text-3: #5a496e;
|
|
--text-4: #5a496e;
|
|
--text-5: #9c92a8;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #5ba2b61a;
|
|
--active: #5ba2b633;
|
|
--message-hover: #dedae20a;
|
|
}
|