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: #33635c; /* Green */
|
|
--dnd-indicator: #8c4351; /* Red */
|
|
--idle-indicator: #8f5e15; /* Yellow */
|
|
--streaming-indicator: #5a4a78; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #34548a; /* Blue */
|
|
--accent-2: #0f4b6e; /* Cyan */
|
|
--accent-3: #0f4b6e;
|
|
--accent-4: #34548a;
|
|
--accent-5: #8c4351;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #d5d6db;
|
|
--bg-2: #cbccd1;
|
|
--bg-3: #d5d6db;
|
|
--bg-4: #d5d6db;
|
|
|
|
/* Text Colors */
|
|
--text-0: #4c505e;
|
|
--text-1: #4c505e;
|
|
--text-2: #4c505e;
|
|
--text-3: #4c505e;
|
|
--text-4: #4c505e;
|
|
--text-5: #9699a3;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #34548a1a;
|
|
--active: #34548a33;
|
|
--message-hover: #cbccd10a;
|
|
}
|