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: #73c936; /* Green */
|
||
|
|
--dnd-indicator: #f43841; /* Red */
|
||
|
|
--idle-indicator: #ffdd33; /* Yellow */
|
||
|
|
--streaming-indicator: #9e95c7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #96a6c8; /* Blue */
|
||
|
|
--accent-2: #95a99f; /* Cyan */
|
||
|
|
--accent-3: #95a99f;
|
||
|
|
--accent-4: #96a6c8;
|
||
|
|
--accent-5: #f43841;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #181818;
|
||
|
|
--bg-2: #453d41;
|
||
|
|
--bg-3: #181818;
|
||
|
|
--bg-4: #181818;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #f4f4ff;
|
||
|
|
--text-1: #f4f4ff;
|
||
|
|
--text-2: #f4f4ff;
|
||
|
|
--text-3: #f4f4ff;
|
||
|
|
--text-4: #f4f4ff;
|
||
|
|
--text-5: #52494e;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #96a6c81a;
|
||
|
|
--active: #96a6c833;
|
||
|
|
--message-hover: #453d410a;
|
||
|
|
}
|