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: #a6da95; /* Green */
|
|
--dnd-indicator: #ed8796; /* Red */
|
|
--idle-indicator: #eed49f; /* Yellow */
|
|
--streaming-indicator: #c6a0f6; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #8aadf4; /* Blue */
|
|
--accent-2: #8bd5ca; /* Cyan */
|
|
--accent-3: #8bd5ca;
|
|
--accent-4: #8aadf4;
|
|
--accent-5: #ed8796;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #24273a;
|
|
--bg-2: #1e2030;
|
|
--bg-3: #24273a;
|
|
--bg-4: #24273a;
|
|
|
|
/* Text Colors */
|
|
--text-0: #cad3f5;
|
|
--text-1: #cad3f5;
|
|
--text-2: #cad3f5;
|
|
--text-3: #cad3f5;
|
|
--text-4: #cad3f5;
|
|
--text-5: #494d64;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8aadf41a;
|
|
--active: #8aadf433;
|
|
--message-hover: #1e20300a;
|
|
}
|