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: #7b9726; /* Green */
|
|
--dnd-indicator: #f22c40; /* Red */
|
|
--idle-indicator: #c38418; /* Yellow */
|
|
--streaming-indicator: #6666ea; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #407ee7; /* Blue */
|
|
--accent-2: #3d97b8; /* Cyan */
|
|
--accent-3: #3d97b8;
|
|
--accent-4: #407ee7;
|
|
--accent-5: #f22c40;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f1efee;
|
|
--bg-2: #e6e2e0;
|
|
--bg-3: #f1efee;
|
|
--bg-4: #f1efee;
|
|
|
|
/* Text Colors */
|
|
--text-0: #68615e;
|
|
--text-1: #68615e;
|
|
--text-2: #68615e;
|
|
--text-3: #68615e;
|
|
--text-4: #68615e;
|
|
--text-5: #9c9491;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #407ee71a;
|
|
--active: #407ee733;
|
|
--message-hover: #e6e2e00a;
|
|
}
|