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: #5ceb5a; /* Green */
|
|
--dnd-indicator: #e35142; /* Red */
|
|
--idle-indicator: #f2ff27; /* Yellow */
|
|
--streaming-indicator: #ff8080; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #489bf0; /* Blue */
|
|
--accent-2: #5aebbc; /* Cyan */
|
|
--accent-3: #5aebbc;
|
|
--accent-4: #489bf0;
|
|
--accent-5: #e35142;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #1c1810;
|
|
--bg-2: #2a261c;
|
|
--bg-3: #1c1810;
|
|
--bg-4: #1c1810;
|
|
|
|
/* Text Colors */
|
|
--text-0: #736e55;
|
|
--text-1: #736e55;
|
|
--text-2: #736e55;
|
|
--text-3: #736e55;
|
|
--text-4: #736e55;
|
|
--text-5: #504b38;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #489bf01a;
|
|
--active: #489bf033;
|
|
--message-hover: #2a261c0a;
|
|
}
|