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: #f3ecd4; /* Green */
|
|
--dnd-indicator: #5f8787; /* Red */
|
|
--idle-indicator: #eecc6c; /* Yellow */
|
|
--streaming-indicator: #999999; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #888888; /* Blue */
|
|
--accent-2: #aaaaaa; /* Cyan */
|
|
--accent-3: #aaaaaa;
|
|
--accent-4: #888888;
|
|
--accent-5: #5f8787;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #000000;
|
|
--bg-2: #121212;
|
|
--bg-3: #000000;
|
|
--bg-4: #000000;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c1c1c1;
|
|
--text-1: #c1c1c1;
|
|
--text-2: #c1c1c1;
|
|
--text-3: #c1c1c1;
|
|
--text-4: #c1c1c1;
|
|
--text-5: #333333;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8888881a;
|
|
--active: #88888833;
|
|
--message-hover: #1212120a;
|
|
}
|