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: #538947; /* Green */
|
||
|
|
--dnd-indicator: #ab4642; /* Red */
|
||
|
|
--idle-indicator: #f79a0e; /* Yellow */
|
||
|
|
--streaming-indicator: #96609e; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #7cafc2; /* Blue */
|
||
|
|
--accent-2: #4b8093; /* Cyan */
|
||
|
|
--accent-3: #4b8093;
|
||
|
|
--accent-4: #7cafc2;
|
||
|
|
--accent-5: #ab4642;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #f8f8f8;
|
||
|
|
--bg-2: #e8e8e8;
|
||
|
|
--bg-3: #f8f8f8;
|
||
|
|
--bg-4: #f8f8f8;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #383838;
|
||
|
|
--text-1: #383838;
|
||
|
|
--text-2: #383838;
|
||
|
|
--text-3: #383838;
|
||
|
|
--text-4: #383838;
|
||
|
|
--text-5: #b8b8b8;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #7cafc21a;
|
||
|
|
--active: #7cafc233;
|
||
|
|
--message-hover: #e8e8e80a;
|
||
|
|
}
|