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: #6ca38c; /* Green */
|
|
--dnd-indicator: #cf432e; /* Red */
|
|
--idle-indicator: #cfad25; /* Yellow */
|
|
--streaming-indicator: #6e6582; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #39aac9; /* Blue */
|
|
--accent-2: #329ca2; /* Cyan */
|
|
--accent-3: #329ca2;
|
|
--accent-4: #39aac9;
|
|
--accent-5: #cf432e;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #e9f1ef;
|
|
--bg-2: #ccd4d3;
|
|
--bg-3: #e9f1ef;
|
|
--bg-4: #e9f1ef;
|
|
|
|
/* Text Colors */
|
|
--text-0: #385156;
|
|
--text-1: #385156;
|
|
--text-2: #385156;
|
|
--text-3: #385156;
|
|
--text-4: #385156;
|
|
--text-5: #5c787b;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #39aac91a;
|
|
--active: #39aac933;
|
|
--message-hover: #ccd4d30a;
|
|
}
|