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: #56c16f; /* Green */
|
||
|
|
--dnd-indicator: #ce7e8e; /* Red */
|
||
|
|
--idle-indicator: #bfac4e; /* Yellow */
|
||
|
|
--streaming-indicator: #b39be0; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #88b0da; /* Blue */
|
||
|
|
--accent-2: #62c0be; /* Cyan */
|
||
|
|
--accent-3: #62c0be;
|
||
|
|
--accent-4: #88b0da;
|
||
|
|
--accent-5: #ce7e8e;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #00211f;
|
||
|
|
--bg-2: #003a38;
|
||
|
|
--bg-3: #00211f;
|
||
|
|
--bg-4: #00211f;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #dcdcdc;
|
||
|
|
--text-1: #dcdcdc;
|
||
|
|
--text-2: #dcdcdc;
|
||
|
|
--text-3: #dcdcdc;
|
||
|
|
--text-4: #dcdcdc;
|
||
|
|
--text-5: #ababab;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #88b0da1a;
|
||
|
|
--active: #88b0da33;
|
||
|
|
--message-hover: #003a380a;
|
||
|
|
}
|