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: #8e8e8e; /* Green */
|
||
|
|
--dnd-indicator: #7c7c7c; /* Red */
|
||
|
|
--idle-indicator: #a0a0a0; /* Yellow */
|
||
|
|
--streaming-indicator: #747474; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #686868; /* Blue */
|
||
|
|
--accent-2: #868686; /* Cyan */
|
||
|
|
--accent-3: #868686;
|
||
|
|
--accent-4: #686868;
|
||
|
|
--accent-5: #7c7c7c;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #101010;
|
||
|
|
--bg-2: #252525;
|
||
|
|
--bg-3: #101010;
|
||
|
|
--bg-4: #101010;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #b9b9b9;
|
||
|
|
--text-1: #b9b9b9;
|
||
|
|
--text-2: #b9b9b9;
|
||
|
|
--text-3: #b9b9b9;
|
||
|
|
--text-4: #b9b9b9;
|
||
|
|
--text-5: #525252;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #6868681a;
|
||
|
|
--active: #68686833;
|
||
|
|
--message-hover: #2525250a;
|
||
|
|
}
|