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: #17ad98; /* Green */
|
|
--dnd-indicator: #d8137f; /* Red */
|
|
--idle-indicator: #dc8a0e; /* Yellow */
|
|
--streaming-indicator: #bb60ea; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #796af5; /* Blue */
|
|
--accent-2: #149bda; /* Cyan */
|
|
--accent-3: #149bda;
|
|
--accent-4: #796af5;
|
|
--accent-5: #d8137f;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #2e2a31;
|
|
--bg-2: #4a464d;
|
|
--bg-3: #2e2a31;
|
|
--bg-4: #2e2a31;
|
|
|
|
/* Text Colors */
|
|
--text-0: #bcbabe;
|
|
--text-1: #bcbabe;
|
|
--text-2: #bcbabe;
|
|
--text-3: #bcbabe;
|
|
--text-4: #bcbabe;
|
|
--text-5: #838085;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #796af51a;
|
|
--active: #796af533;
|
|
--message-hover: #4a464d0a;
|
|
}
|