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: #198844; /* Green */
|
||
|
|
--dnd-indicator: #cc342b; /* Red */
|
||
|
|
--idle-indicator: #fba922; /* Yellow */
|
||
|
|
--streaming-indicator: #a36ac7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #3971ed; /* Blue */
|
||
|
|
--accent-2: #3971ed; /* Cyan */
|
||
|
|
--accent-3: #3971ed;
|
||
|
|
--accent-4: #3971ed;
|
||
|
|
--accent-5: #cc342b;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #1d1f21;
|
||
|
|
--bg-2: #282a2e;
|
||
|
|
--bg-3: #1d1f21;
|
||
|
|
--bg-4: #1d1f21;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #c5c8c6;
|
||
|
|
--text-1: #c5c8c6;
|
||
|
|
--text-2: #c5c8c6;
|
||
|
|
--text-3: #c5c8c6;
|
||
|
|
--text-4: #c5c8c6;
|
||
|
|
--text-5: #969896;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #3971ed1a;
|
||
|
|
--active: #3971ed33;
|
||
|
|
--message-hover: #282a2e0a;
|
||
|
|
}
|