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: #009b3a; /* Green */
|
||
|
|
--dnd-indicator: #c60c30; /* Red */
|
||
|
|
--idle-indicator: #968400; /* Yellow */
|
||
|
|
--streaming-indicator: #e27ea6; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #522398; /* Blue */
|
||
|
|
--accent-2: #00a1de; /* Cyan */
|
||
|
|
--accent-3: #00a1de;
|
||
|
|
--accent-4: #522398;
|
||
|
|
--accent-5: #c60c30;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #e8f0ea;
|
||
|
|
--bg-2: #d1e0d7;
|
||
|
|
--bg-3: #e8f0ea;
|
||
|
|
--bg-4: #e8f0ea;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #364c40;
|
||
|
|
--text-1: #364c40;
|
||
|
|
--text-2: #364c40;
|
||
|
|
--text-3: #364c40;
|
||
|
|
--text-4: #364c40;
|
||
|
|
--text-5: #8a9a91;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #5223981a;
|
||
|
|
--active: #52239833;
|
||
|
|
--message-hover: #d1e0d70a;
|
||
|
|
}
|