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: #8f9d6a; /* Green */
|
||
|
|
--dnd-indicator: #cf6a4c; /* Red */
|
||
|
|
--idle-indicator: #f9ee98; /* Yellow */
|
||
|
|
--streaming-indicator: #9b859d; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #7587a6; /* Blue */
|
||
|
|
--accent-2: #afc4db; /* Cyan */
|
||
|
|
--accent-3: #afc4db;
|
||
|
|
--accent-4: #7587a6;
|
||
|
|
--accent-5: #cf6a4c;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #1e1e1e;
|
||
|
|
--bg-2: #323537;
|
||
|
|
--bg-3: #1e1e1e;
|
||
|
|
--bg-4: #1e1e1e;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #a7a7a7;
|
||
|
|
--text-1: #a7a7a7;
|
||
|
|
--text-2: #a7a7a7;
|
||
|
|
--text-3: #a7a7a7;
|
||
|
|
--text-4: #a7a7a7;
|
||
|
|
--text-5: #5f5a60;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #7587a61a;
|
||
|
|
--active: #7587a633;
|
||
|
|
--message-hover: #3235370a;
|
||
|
|
}
|