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: #78d64b; /* Green */
|
||
|
|
--dnd-indicator: #ff585d; /* Red */
|
||
|
|
--idle-indicator: #fbdd40; /* Yellow */
|
||
|
|
--streaming-indicator: #d59ed7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #4698cb; /* Blue */
|
||
|
|
--accent-2: #2dccd3; /* Cyan */
|
||
|
|
--accent-3: #2dccd3;
|
||
|
|
--accent-4: #4698cb;
|
||
|
|
--accent-5: #ff585d;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #072b31;
|
||
|
|
--bg-2: #00313c;
|
||
|
|
--bg-3: #072b31;
|
||
|
|
--bg-4: #072b31;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #f4f5f0;
|
||
|
|
--text-1: #f4f5f0;
|
||
|
|
--text-2: #f4f5f0;
|
||
|
|
--text-3: #f4f5f0;
|
||
|
|
--text-4: #f4f5f0;
|
||
|
|
--text-5: #003b49;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #4698cb1a;
|
||
|
|
--active: #4698cb33;
|
||
|
|
--message-hover: #00313c0a;
|
||
|
|
}
|