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: #428b00; /* Green */
|
|
--dnd-indicator: #cc1729; /* Red */
|
|
--idle-indicator: #a78300; /* Yellow */
|
|
--streaming-indicator: #825dc0; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #006dce; /* Blue */
|
|
--accent-2: #00978a; /* Cyan */
|
|
--accent-3: #00978a;
|
|
--accent-4: #006dce;
|
|
--accent-5: #cc1729;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #fbf3db;
|
|
--bg-2: #ece3cc;
|
|
--bg-3: #fbf3db;
|
|
--bg-4: #fbf3db;
|
|
|
|
/* Text Colors */
|
|
--text-0: #53676d;
|
|
--text-1: #53676d;
|
|
--text-2: #53676d;
|
|
--text-3: #53676d;
|
|
--text-4: #53676d;
|
|
--text-5: #909995;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #006dce1a;
|
|
--active: #006dce33;
|
|
--message-hover: #ece3cc0a;
|
|
}
|