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: #6d8257; /* Green */
|
|
--dnd-indicator: #576d82; /* Red */
|
|
--idle-indicator: #57826d; /* Yellow */
|
|
--streaming-indicator: #6d5782; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #82576d; /* Blue */
|
|
--accent-2: #826d57; /* Cyan */
|
|
--accent-3: #826d57;
|
|
--accent-4: #82576d;
|
|
--accent-5: #576d82;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #d1d6db;
|
|
--bg-2: #aeb6be;
|
|
--bg-3: #d1d6db;
|
|
--bg-4: #d1d6db;
|
|
|
|
/* Text Colors */
|
|
--text-0: #323b43;
|
|
--text-1: #323b43;
|
|
--text-2: #323b43;
|
|
--text-3: #323b43;
|
|
--text-4: #323b43;
|
|
--text-5: #75808a;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #82576d1a;
|
|
--active: #82576d33;
|
|
--message-hover: #aeb6be0a;
|
|
}
|