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: #8e8e8e; /* Green */
|
|
--dnd-indicator: #7c7c7c; /* Red */
|
|
--idle-indicator: #a0a0a0; /* Yellow */
|
|
--streaming-indicator: #747474; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #686868; /* Blue */
|
|
--accent-2: #868686; /* Cyan */
|
|
--accent-3: #868686;
|
|
--accent-4: #686868;
|
|
--accent-5: #7c7c7c;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f7f7f7;
|
|
--bg-2: #e3e3e3;
|
|
--bg-3: #f7f7f7;
|
|
--bg-4: #f7f7f7;
|
|
|
|
/* Text Colors */
|
|
--text-0: #464646;
|
|
--text-1: #464646;
|
|
--text-2: #464646;
|
|
--text-3: #464646;
|
|
--text-4: #464646;
|
|
--text-5: #ababab;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #6868681a;
|
|
--active: #68686833;
|
|
--message-hover: #e3e3e30a;
|
|
}
|