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: #4f894c; /* Green */
|
|
--dnd-indicator: #99324b; /* Red */
|
|
--idle-indicator: #9a7500; /* Yellow */
|
|
--streaming-indicator: #97365b; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #3b6ea8; /* Blue */
|
|
--accent-2: #398eac; /* Cyan */
|
|
--accent-3: #398eac;
|
|
--accent-4: #3b6ea8;
|
|
--accent-5: #99324b;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #e5e9f0;
|
|
--bg-2: #c2d0e7;
|
|
--bg-3: #e5e9f0;
|
|
--bg-4: #e5e9f0;
|
|
|
|
/* Text Colors */
|
|
--text-0: #2e3440;
|
|
--text-1: #2e3440;
|
|
--text-2: #2e3440;
|
|
--text-3: #2e3440;
|
|
--text-4: #2e3440;
|
|
--text-5: #aebacf;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #3b6ea81a;
|
|
--active: #3b6ea833;
|
|
--message-hover: #c2d0e70a;
|
|
}
|