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: #acc79b; /* Green */
|
||
|
|
--dnd-indicator: #c79987; /* Red */
|
||
|
|
--idle-indicator: #c7c691; /* Yellow */
|
||
|
|
--streaming-indicator: #c594ff; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #a5aad4; /* Blue */
|
||
|
|
--accent-2: #9bc7bf; /* Cyan */
|
||
|
|
--accent-3: #9bc7bf;
|
||
|
|
--accent-4: #a5aad4;
|
||
|
|
--accent-5: #c79987;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #2b213c;
|
||
|
|
--bg-2: #362b48;
|
||
|
|
--bg-3: #2b213c;
|
||
|
|
--bg-4: #2b213c;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #998bad;
|
||
|
|
--text-1: #998bad;
|
||
|
|
--text-2: #998bad;
|
||
|
|
--text-3: #998bad;
|
||
|
|
--text-4: #998bad;
|
||
|
|
--text-5: #655978;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #a5aad41a;
|
||
|
|
--active: #a5aad433;
|
||
|
|
--message-hover: #362b480a;
|
||
|
|
}
|