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: #489963; /* Green */
|
|
--dnd-indicator: #b16139; /* Red */
|
|
--idle-indicator: #a07e3b; /* Yellow */
|
|
--streaming-indicator: #55859b; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #478c90; /* Blue */
|
|
--accent-2: #1c9aa0; /* Cyan */
|
|
--accent-3: #1c9aa0;
|
|
--accent-4: #478c90;
|
|
--accent-5: #b16139;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #ecf4ee;
|
|
--bg-2: #dfe7e2;
|
|
--bg-3: #ecf4ee;
|
|
--bg-4: #ecf4ee;
|
|
|
|
/* Text Colors */
|
|
--text-0: #526057;
|
|
--text-1: #526057;
|
|
--text-2: #526057;
|
|
--text-3: #526057;
|
|
--text-4: #526057;
|
|
--text-5: #78877d;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #478c901a;
|
|
--active: #478c9033;
|
|
--message-hover: #dfe7e20a;
|
|
}
|