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: #73d8ad; /* Green */
|
|
--dnd-indicator: #fb6953; /* Red */
|
|
--idle-indicator: #fce380; /* Yellow */
|
|
--streaming-indicator: #756b8a; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #46bddd; /* Blue */
|
|
--accent-2: #3fb2b9; /* Cyan */
|
|
--accent-3: #3fb2b9;
|
|
--accent-4: #46bddd;
|
|
--accent-5: #fb6953;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #0e3c46;
|
|
--bg-2: #1d494e;
|
|
--bg-3: #0e3c46;
|
|
--bg-4: #0e3c46;
|
|
|
|
/* Text Colors */
|
|
--text-0: #c7dbdd;
|
|
--text-1: #c7dbdd;
|
|
--text-2: #c7dbdd;
|
|
--text-3: #c7dbdd;
|
|
--text-4: #c7dbdd;
|
|
--text-5: #587073;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #46bddd1a;
|
|
--active: #46bddd33;
|
|
--message-hover: #1d494e0a;
|
|
}
|