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: #54bc5c; /* Green */
|
|
--dnd-indicator: #f5708a; /* Red */
|
|
--idle-indicator: #b8a300; /* Yellow */
|
|
--streaming-indicator: #9095ff; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #00aff2; /* Blue */
|
|
--accent-2: #00bab3; /* Cyan */
|
|
--accent-3: #00bab3;
|
|
--accent-4: #00aff2;
|
|
--accent-5: #f5708a;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #000000;
|
|
--bg-2: #202020;
|
|
--bg-3: #000000;
|
|
--bg-4: #000000;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d0d0d0;
|
|
--text-1: #d0d0d0;
|
|
--text-2: #d0d0d0;
|
|
--text-3: #d0d0d0;
|
|
--text-4: #d0d0d0;
|
|
--text-5: #505050;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #00aff21a;
|
|
--active: #00aff233;
|
|
--message-hover: #2020200a;
|
|
}
|