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: #95c561; /* Green */
|
||
|
|
--dnd-indicator: #ee6d85; /* Red */
|
||
|
|
--idle-indicator: #d7a65f; /* Yellow */
|
||
|
|
--streaming-indicator: #a485dd; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #7199ee; /* Blue */
|
||
|
|
--accent-2: #9fbbf3; /* Cyan */
|
||
|
|
--accent-3: #9fbbf3;
|
||
|
|
--accent-4: #7199ee;
|
||
|
|
--accent-5: #ee6d85;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #11121d;
|
||
|
|
--bg-2: #212234;
|
||
|
|
--bg-3: #11121d;
|
||
|
|
--bg-4: #11121d;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #a0a8cd;
|
||
|
|
--text-1: #a0a8cd;
|
||
|
|
--text-2: #a0a8cd;
|
||
|
|
--text-3: #a0a8cd;
|
||
|
|
--text-4: #a0a8cd;
|
||
|
|
--text-5: #353945;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #7199ee1a;
|
||
|
|
--active: #7199ee33;
|
||
|
|
--message-hover: #2122340a;
|
||
|
|
}
|