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: #718c00; /* Green */
|
|
--dnd-indicator: #c82829; /* Red */
|
|
--idle-indicator: #eab700; /* Yellow */
|
|
--streaming-indicator: #8959a8; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #4271ae; /* Blue */
|
|
--accent-2: #3e999f; /* Cyan */
|
|
--accent-3: #3e999f;
|
|
--accent-4: #4271ae;
|
|
--accent-5: #c82829;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #1d1f21;
|
|
--bg-2: #282a2e;
|
|
--bg-3: #1d1f21;
|
|
--bg-4: #1d1f21;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d6d6d6;
|
|
--text-1: #d6d6d6;
|
|
--text-2: #d6d6d6;
|
|
--text-3: #d6d6d6;
|
|
--text-4: #d6d6d6;
|
|
--text-5: #969896;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #4271ae1a;
|
|
--active: #4271ae33;
|
|
--message-hover: #282a2e0a;
|
|
}
|