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: #7fc06e; /* Green */
|
|
--dnd-indicator: #ff5a67; /* Red */
|
|
--idle-indicator: #ffcc1b; /* Yellow */
|
|
--streaming-indicator: #9a70a4; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #14747e; /* Blue */
|
|
--accent-2: #5dd7b9; /* Cyan */
|
|
--accent-3: #5dd7b9;
|
|
--accent-4: #14747e;
|
|
--accent-5: #ff5a67;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #002635;
|
|
--bg-2: #00384d;
|
|
--bg-3: #002635;
|
|
--bg-4: #002635;
|
|
|
|
/* Text Colors */
|
|
--text-0: #a1a19a;
|
|
--text-1: #a1a19a;
|
|
--text-2: #a1a19a;
|
|
--text-3: #a1a19a;
|
|
--text-4: #a1a19a;
|
|
--text-5: #6c8b91;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #14747e1a;
|
|
--active: #14747e33;
|
|
--message-hover: #00384d0a;
|
|
}
|