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