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: #2ea043; /* Green */
|
|
--dnd-indicator: #f85149; /* Red */
|
|
--idle-indicator: #bb8009; /* Yellow */
|
|
--streaming-indicator: #a371f7; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #388bfd; /* Blue */
|
|
--accent-2: #2a9d9a; /* Cyan */
|
|
--accent-3: #2a9d9a;
|
|
--accent-4: #388bfd;
|
|
--accent-5: #f85149;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #161b22;
|
|
--bg-2: #30363d;
|
|
--bg-3: #161b22;
|
|
--bg-4: #161b22;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c9d1d9;
|
|
--text-1: #c9d1d9;
|
|
--text-2: #c9d1d9;
|
|
--text-3: #c9d1d9;
|
|
--text-4: #c9d1d9;
|
|
--text-5: #6e7681;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #388bfd1a;
|
|
--active: #388bfd33;
|
|
--message-hover: #30363d0a;
|
|
}
|