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: #66ff66; /* Green */
|
||
|
|
--dnd-indicator: #c4676c; /* Red */
|
||
|
|
--idle-indicator: #ffff66; /* Yellow */
|
||
|
|
--streaming-indicator: #9c6cd3; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #15f4ee; /* Blue */
|
||
|
|
--accent-2: #4b8f77; /* Cyan */
|
||
|
|
--accent-3: #4b8f77;
|
||
|
|
--accent-4: #15f4ee;
|
||
|
|
--accent-5: #c4676c;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #2a3b4d;
|
||
|
|
--bg-2: #3d566f;
|
||
|
|
--bg-3: #2a3b4d;
|
||
|
|
--bg-4: #2a3b4d;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #9fa2a6;
|
||
|
|
--text-1: #9fa2a6;
|
||
|
|
--text-2: #9fa2a6;
|
||
|
|
--text-3: #9fa2a6;
|
||
|
|
--text-4: #9fa2a6;
|
||
|
|
--text-5: #55799c;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #15f4ee1a;
|
||
|
|
--active: #15f4ee33;
|
||
|
|
--message-hover: #3d566f0a;
|
||
|
|
}
|