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: #38781c; /* Green */
|
|
--dnd-indicator: #9c5a02; /* Red */
|
|
--idle-indicator: #c48218; /* Yellow */
|
|
--streaming-indicator: #a94598; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #48bac2; /* Blue */
|
|
--accent-2: #2d6bb1; /* Cyan */
|
|
--accent-3: #2d6bb1;
|
|
--accent-4: #48bac2;
|
|
--accent-5: #9c5a02;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f6f6f6;
|
|
--bg-2: #dedede;
|
|
--bg-3: #f6f6f6;
|
|
--bg-4: #f6f6f6;
|
|
|
|
/* Text Colors */
|
|
--text-0: #181818;
|
|
--text-1: #181818;
|
|
--text-2: #181818;
|
|
--text-3: #181818;
|
|
--text-4: #181818;
|
|
--text-5: #898989;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #48bac21a;
|
|
--active: #48bac233;
|
|
--message-hover: #dedede0a;
|
|
}
|