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: #00c918; /* Green */
|
|
--dnd-indicator: #ff0086; /* Red */
|
|
--idle-indicator: #aba800; /* Yellow */
|
|
--streaming-indicator: #ad00a1; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #3777e6; /* Blue */
|
|
--accent-2: #1faaaa; /* Cyan */
|
|
--accent-3: #1faaaa;
|
|
--accent-4: #3777e6;
|
|
--accent-5: #ff0086;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #ffffff;
|
|
--bg-2: #e0e0e0;
|
|
--bg-3: #ffffff;
|
|
--bg-4: #ffffff;
|
|
|
|
/* Text Colors */
|
|
--text-0: #101010;
|
|
--text-1: #101010;
|
|
--text-2: #101010;
|
|
--text-3: #101010;
|
|
--text-4: #101010;
|
|
--text-5: #b0b0b0;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #3777e61a;
|
|
--active: #3777e633;
|
|
--message-hover: #e0e0e00a;
|
|
}
|