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: #95c085; /* Green */
|
||
|
|
--dnd-indicator: #fb543f; /* Red */
|
||
|
|
--idle-indicator: #fac03b; /* Yellow */
|
||
|
|
--streaming-indicator: #8f4673; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #0d6678; /* Blue */
|
||
|
|
--accent-2: #8ba59b; /* Cyan */
|
||
|
|
--accent-3: #8ba59b;
|
||
|
|
--accent-4: #0d6678;
|
||
|
|
--accent-5: #fb543f;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #1d2021;
|
||
|
|
--bg-2: #32302f;
|
||
|
|
--bg-3: #1d2021;
|
||
|
|
--bg-4: #1d2021;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #a89984;
|
||
|
|
--text-1: #a89984;
|
||
|
|
--text-2: #a89984;
|
||
|
|
--text-3: #a89984;
|
||
|
|
--text-4: #a89984;
|
||
|
|
--text-5: #665c54;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #0d66781a;
|
||
|
|
--active: #0d667833;
|
||
|
|
--message-hover: #32302f0a;
|
||
|
|
}
|