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: #4595e6; /* Green */
|
||
|
|
--dnd-indicator: #a82ee6; /* Red */
|
||
|
|
--idle-indicator: #f29df2; /* Yellow */
|
||
|
|
--streaming-indicator: #7e5ce6; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #4136d9; /* Blue */
|
||
|
|
--accent-2: #40dfff; /* Cyan */
|
||
|
|
--accent-3: #40dfff;
|
||
|
|
--accent-4: #4136d9;
|
||
|
|
--accent-5: #a82ee6;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #000000;
|
||
|
|
--bg-2: #231a40;
|
||
|
|
--bg-3: #000000;
|
||
|
|
--bg-4: #000000;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #b08ae6;
|
||
|
|
--text-1: #b08ae6;
|
||
|
|
--text-2: #b08ae6;
|
||
|
|
--text-3: #b08ae6;
|
||
|
|
--text-4: #b08ae6;
|
||
|
|
--text-5: #593380;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #4136d91a;
|
||
|
|
--active: #4136d933;
|
||
|
|
--message-hover: #231a400a;
|
||
|
|
}
|