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: #84b97c; /* Green */
|
|
--dnd-indicator: #dc657d; /* Red */
|
|
--idle-indicator: #c3ba63; /* Yellow */
|
|
--streaming-indicator: #b888e2; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #639ee4; /* Blue */
|
|
--accent-2: #4bb1a7; /* Cyan */
|
|
--accent-3: #4bb1a7;
|
|
--accent-4: #639ee4;
|
|
--accent-5: #dc657d;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #191919;
|
|
--bg-2: #202020;
|
|
--bg-3: #191919;
|
|
--bg-4: #191919;
|
|
|
|
/* Text Colors */
|
|
--text-0: #a7a7a7;
|
|
--text-1: #a7a7a7;
|
|
--text-2: #a7a7a7;
|
|
--text-3: #a7a7a7;
|
|
--text-4: #a7a7a7;
|
|
--text-5: #5f5a60;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #639ee41a;
|
|
--active: #639ee433;
|
|
--message-hover: #2020200a;
|
|
}
|