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: #bcdf59; /* Green */
|
|
--dnd-indicator: #ff7272; /* Red */
|
|
--idle-indicator: #ffca58; /* Yellow */
|
|
--streaming-indicator: #a093e2; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #49cae4; /* Blue */
|
|
--accent-2: #aee8f4; /* Cyan */
|
|
--accent-3: #aee8f4;
|
|
--accent-4: #49cae4;
|
|
--accent-5: #ff7272;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #262427;
|
|
--bg-2: #3b393c;
|
|
--bg-3: #262427;
|
|
--bg-4: #262427;
|
|
|
|
/* Text Colors */
|
|
--text-0: #fcfcfc;
|
|
--text-1: #fcfcfc;
|
|
--text-2: #fcfcfc;
|
|
--text-3: #fcfcfc;
|
|
--text-4: #fcfcfc;
|
|
--text-5: #676567;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #49cae41a;
|
|
--active: #49cae433;
|
|
--message-hover: #3b393c0a;
|
|
}
|