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: #a68e5a; /* Green */
|
|
--dnd-indicator: #c53253; /* Red */
|
|
--idle-indicator: #ff6565; /* Yellow */
|
|
--streaming-indicator: #a45782; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #6e6080; /* Blue */
|
|
--accent-2: #8c9785; /* Cyan */
|
|
--accent-3: #8c9785;
|
|
--accent-4: #6e6080;
|
|
--accent-5: #c53253;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #0e091d;
|
|
--bg-2: #2a153c;
|
|
--bg-3: #0e091d;
|
|
--bg-4: #0e091d;
|
|
|
|
/* Text Colors */
|
|
--text-0: #aa556f;
|
|
--text-1: #aa556f;
|
|
--text-2: #aa556f;
|
|
--text-3: #aa556f;
|
|
--text-4: #aa556f;
|
|
--text-5: #74316b;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #6e60801a;
|
|
--active: #6e608033;
|
|
--message-hover: #2a153c0a;
|
|
}
|