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: #29a329; /* Green */
|
|
--dnd-indicator: #e6193c; /* Red */
|
|
--idle-indicator: #98981b; /* Yellow */
|
|
--streaming-indicator: #ad2bee; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #3d62f5; /* Blue */
|
|
--accent-2: #1999b3; /* Cyan */
|
|
--accent-3: #1999b3;
|
|
--accent-4: #3d62f5;
|
|
--accent-5: #e6193c;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f4fbf4;
|
|
--bg-2: #cfe8cf;
|
|
--bg-3: #f4fbf4;
|
|
--bg-4: #f4fbf4;
|
|
|
|
/* Text Colors */
|
|
--text-0: #5e6e5e;
|
|
--text-1: #5e6e5e;
|
|
--text-2: #5e6e5e;
|
|
--text-3: #5e6e5e;
|
|
--text-4: #5e6e5e;
|
|
--text-5: #809980;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #3d62f51a;
|
|
--active: #3d62f533;
|
|
--message-hover: #cfe8cf0a;
|
|
}
|