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: #e7ff99; /* Green */
|
|
--dnd-indicator: #ffbfa5; /* Red */
|
|
--idle-indicator: #fff299; /* Yellow */
|
|
--streaming-indicator: #f2bfd9; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #ccbfd9; /* Blue */
|
|
--accent-2: #bfffc5; /* Cyan */
|
|
--accent-3: #bfffc5;
|
|
--accent-4: #ccbfd9;
|
|
--accent-5: #ffbfa5;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #191914;
|
|
--bg-2: #3a3a2e;
|
|
--bg-3: #191914;
|
|
--bg-4: #191914;
|
|
|
|
/* Text Colors */
|
|
--text-0: #bdbd97;
|
|
--text-1: #bdbd97;
|
|
--text-2: #bdbd97;
|
|
--text-3: #bdbd97;
|
|
--text-4: #bdbd97;
|
|
--text-5: #7c7c63;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #ccbfd91a;
|
|
--active: #ccbfd933;
|
|
--message-hover: #3a3a2e0a;
|
|
}
|