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: #8ca07b; /* Green */
|
|
--dnd-indicator: #c06061; /* Red */
|
|
--idle-indicator: #e5bc84; /* Yellow */
|
|
--streaming-indicator: #98a1d8; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #839ec9; /* Blue */
|
|
--accent-2: #5e8c9b; /* Cyan */
|
|
--accent-3: #5e8c9b;
|
|
--accent-4: #839ec9;
|
|
--accent-5: #c06061;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #1d1d1d;
|
|
--bg-2: #282828;
|
|
--bg-3: #1d1d1d;
|
|
--bg-4: #1d1d1d;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c4cbcf;
|
|
--text-1: #c4cbcf;
|
|
--text-2: #c4cbcf;
|
|
--text-3: #c4cbcf;
|
|
--text-4: #c4cbcf;
|
|
--text-5: #918072;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #839ec91a;
|
|
--active: #839ec933;
|
|
--message-hover: #2828280a;
|
|
}
|