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: #42be65; /* Green */
|
|
--dnd-indicator: #ff7eb6; /* Red */
|
|
--idle-indicator: #ff6f00; /* Yellow */
|
|
--streaming-indicator: #be95ff; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #0f62fe; /* Blue */
|
|
--accent-2: #673ab7; /* Cyan */
|
|
--accent-3: #673ab7;
|
|
--accent-4: #0f62fe;
|
|
--accent-5: #ff7eb6;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f2f4f8;
|
|
--bg-2: #dde1e6;
|
|
--bg-3: #f2f4f8;
|
|
--bg-4: #f2f4f8;
|
|
|
|
/* Text Colors */
|
|
--text-0: #525f70;
|
|
--text-1: #525f70;
|
|
--text-2: #525f70;
|
|
--text-3: #525f70;
|
|
--text-4: #525f70;
|
|
--text-5: #a1acba;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #0f62fe1a;
|
|
--active: #0f62fe33;
|
|
--message-hover: #dde1e60a;
|
|
}
|