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: #50b584; /* Green */
|
||
|
|
--dnd-indicator: #df7f78; /* Red */
|
||
|
|
--idle-indicator: #9ca748; /* Yellow */
|
||
|
|
--streaming-indicator: #a48fe1; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #61a3e6; /* Blue */
|
||
|
|
--accent-2: #00b3c2; /* Cyan */
|
||
|
|
--accent-3: #00b3c2;
|
||
|
|
--accent-4: #61a3e6;
|
||
|
|
--accent-5: #df7f78;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #181b1f;
|
||
|
|
--bg-2: #24272b;
|
||
|
|
--bg-3: #181b1f;
|
||
|
|
--bg-4: #181b1f;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #cecece;
|
||
|
|
--text-1: #cecece;
|
||
|
|
--text-2: #cecece;
|
||
|
|
--text-3: #cecece;
|
||
|
|
--text-4: #cecece;
|
||
|
|
--text-5: #636363;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #61a3e61a;
|
||
|
|
--active: #61a3e633;
|
||
|
|
--message-hover: #24272b0a;
|
||
|
|
}
|