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: #4e9a06; /* Green */
|
||
|
|
--dnd-indicator: #cc0000; /* Red */
|
||
|
|
--idle-indicator: #c4a000; /* Yellow */
|
||
|
|
--streaming-indicator: #75507b; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #3465a4; /* Blue */
|
||
|
|
--accent-2: #06989a; /* Cyan */
|
||
|
|
--accent-3: #06989a;
|
||
|
|
--accent-4: #3465a4;
|
||
|
|
--accent-5: #cc0000;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #2e3436;
|
||
|
|
--bg-2: #8ae234;
|
||
|
|
--bg-3: #2e3436;
|
||
|
|
--bg-4: #2e3436;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #d3d7cf;
|
||
|
|
--text-1: #d3d7cf;
|
||
|
|
--text-2: #d3d7cf;
|
||
|
|
--text-3: #d3d7cf;
|
||
|
|
--text-4: #d3d7cf;
|
||
|
|
--text-5: #555753;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #3465a41a;
|
||
|
|
--active: #3465a433;
|
||
|
|
--message-hover: #8ae2340a;
|
||
|
|
}
|