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: #b2cf87; /* Green */
|
||
|
|
--dnd-indicator: #f07c82; /* Red */
|
||
|
|
--idle-indicator: #f4ce69; /* Yellow */
|
||
|
|
--streaming-indicator: #be9db9; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #8fb2c9; /* Blue */
|
||
|
|
--accent-2: #b0d5df; /* Cyan */
|
||
|
|
--accent-3: #b0d5df;
|
||
|
|
--accent-4: #8fb2c9;
|
||
|
|
--accent-5: #f07c82;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #1d1d1d;
|
||
|
|
--bg-2: #282828;
|
||
|
|
--bg-3: #1d1d1d;
|
||
|
|
--bg-4: #1d1d1d;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #c4cbcf;
|
||
|
|
--text-1: #c4cbcf;
|
||
|
|
--text-2: #c4cbcf;
|
||
|
|
--text-3: #c4cbcf;
|
||
|
|
--text-4: #c4cbcf;
|
||
|
|
--text-5: #918072;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #8fb2c91a;
|
||
|
|
--active: #8fb2c933;
|
||
|
|
--message-hover: #2828280a;
|
||
|
|
}
|