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: #977d7c; /* Green */
|
||
|
|
--dnd-indicator: #818591; /* Red */
|
||
|
|
--idle-indicator: #adb4b9; /* Yellow */
|
||
|
|
--streaming-indicator: #9198a3; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #977d7c; /* Blue */
|
||
|
|
--accent-2: #977d7c; /* Cyan */
|
||
|
|
--accent-3: #977d7c;
|
||
|
|
--accent-4: #977d7c;
|
||
|
|
--accent-5: #818591;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #041523;
|
||
|
|
--bg-2: #122339;
|
||
|
|
--bg-3: #041523;
|
||
|
|
--bg-4: #041523;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #5b778c;
|
||
|
|
--text-1: #5b778c;
|
||
|
|
--text-2: #5b778c;
|
||
|
|
--text-3: #5b778c;
|
||
|
|
--text-4: #5b778c;
|
||
|
|
--text-5: #7a5759;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #977d7c1a;
|
||
|
|
--active: #977d7c33;
|
||
|
|
--message-hover: #1223390a;
|
||
|
|
}
|