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: #efaf8e; /* Green */
|
||
|
|
--dnd-indicator: #e93c58; /* Red */
|
||
|
|
--idle-indicator: #efb993; /* Yellow */
|
||
|
|
--streaming-indicator: #b072d1; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #df5273; /* Blue */
|
||
|
|
--accent-2: #24a8b4; /* Cyan */
|
||
|
|
--accent-3: #24a8b4;
|
||
|
|
--accent-4: #df5273;
|
||
|
|
--accent-5: #e93c58;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #1c1e26;
|
||
|
|
--bg-2: #232530;
|
||
|
|
--bg-3: #1c1e26;
|
||
|
|
--bg-4: #1c1e26;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #cbced0;
|
||
|
|
--text-1: #cbced0;
|
||
|
|
--text-2: #cbced0;
|
||
|
|
--text-3: #cbced0;
|
||
|
|
--text-4: #cbced0;
|
||
|
|
--text-5: #6f6f70;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #df52731a;
|
||
|
|
--active: #df527333;
|
||
|
|
--message-hover: #2325300a;
|
||
|
|
}
|