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: #54fc54; /* Green */
|
|
--dnd-indicator: #fc5454; /* Red */
|
|
--idle-indicator: #fcfc54; /* Yellow */
|
|
--streaming-indicator: #fc54fc; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #5454fc; /* Blue */
|
|
--accent-2: #54fcfc; /* Cyan */
|
|
--accent-3: #54fcfc;
|
|
--accent-4: #5454fc;
|
|
--accent-5: #fc5454;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #000000;
|
|
--bg-2: #1c1c1c;
|
|
--bg-3: #000000;
|
|
--bg-4: #000000;
|
|
|
|
/* Text Colors */
|
|
--text-0: #a8a8a8;
|
|
--text-1: #a8a8a8;
|
|
--text-2: #a8a8a8;
|
|
--text-3: #a8a8a8;
|
|
--text-4: #a8a8a8;
|
|
--text-5: #545454;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #5454fc1a;
|
|
--active: #5454fc33;
|
|
--message-hover: #1c1c1c0a;
|
|
}
|