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: #6cbf49; /* Green */
|
|
--dnd-indicator: #f07171; /* Red */
|
|
--idle-indicator: #f2ae49; /* Yellow */
|
|
--streaming-indicator: #a37acc; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #399ee6; /* Blue */
|
|
--accent-2: #4cbf99; /* Cyan */
|
|
--accent-3: #4cbf99;
|
|
--accent-4: #399ee6;
|
|
--accent-5: #f07171;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #f8f9fa;
|
|
--bg-2: #edeff1;
|
|
--bg-3: #f8f9fa;
|
|
--bg-4: #f8f9fa;
|
|
|
|
/* Text Colors */
|
|
--text-0: #5c6166;
|
|
--text-1: #5c6166;
|
|
--text-2: #5c6166;
|
|
--text-3: #5c6166;
|
|
--text-4: #5c6166;
|
|
--text-5: #a0a6ac;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #399ee61a;
|
|
--active: #399ee633;
|
|
--message-hover: #edeff10a;
|
|
}
|