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: #a1b56c; /* Green */
|
|
--dnd-indicator: #ab4642; /* Red */
|
|
--idle-indicator: #f7ca88; /* Yellow */
|
|
--streaming-indicator: #ba8baf; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #7cafc2; /* Blue */
|
|
--accent-2: #86c1b9; /* Cyan */
|
|
--accent-3: #86c1b9;
|
|
--accent-4: #7cafc2;
|
|
--accent-5: #ab4642;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #181818;
|
|
--bg-2: #282828;
|
|
--bg-3: #181818;
|
|
--bg-4: #181818;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d8d8d8;
|
|
--text-1: #d8d8d8;
|
|
--text-2: #d8d8d8;
|
|
--text-3: #d8d8d8;
|
|
--text-4: #d8d8d8;
|
|
--text-5: #585858;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #7cafc21a;
|
|
--active: #7cafc233;
|
|
--message-hover: #2828280a;
|
|
}
|