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: #3fb950; /* Green */
|
||
|
|
--dnd-indicator: #ff7b72; /* Red */
|
||
|
|
--idle-indicator: #d29922; /* Yellow */
|
||
|
|
--streaming-indicator: #f778ba; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #58a6ff; /* Blue */
|
||
|
|
--accent-2: #a5d6ff; /* Cyan */
|
||
|
|
--accent-3: #a5d6ff;
|
||
|
|
--accent-4: #58a6ff;
|
||
|
|
--accent-5: #ff7b72;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #010409;
|
||
|
|
--bg-2: #21262d;
|
||
|
|
--bg-3: #010409;
|
||
|
|
--bg-4: #010409;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #b1bac4;
|
||
|
|
--text-1: #b1bac4;
|
||
|
|
--text-2: #b1bac4;
|
||
|
|
--text-3: #b1bac4;
|
||
|
|
--text-4: #b1bac4;
|
||
|
|
--text-5: #484f58;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #58a6ff1a;
|
||
|
|
--active: #58a6ff33;
|
||
|
|
--message-hover: #21262d0a;
|
||
|
|
}
|