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: #007400; /* Green */
|
|
--dnd-indicator: #c41a15; /* Red */
|
|
--idle-indicator: #826b28; /* Yellow */
|
|
--streaming-indicator: #a90d91; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #0000ff; /* Blue */
|
|
--accent-2: #318495; /* Cyan */
|
|
--accent-3: #318495;
|
|
--accent-4: #0000ff;
|
|
--accent-5: #c41a15;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #ffffff;
|
|
--bg-2: #c0c0c0;
|
|
--bg-3: #ffffff;
|
|
--bg-4: #ffffff;
|
|
|
|
/* Text Colors */
|
|
--text-0: #404040;
|
|
--text-1: #404040;
|
|
--text-2: #404040;
|
|
--text-3: #404040;
|
|
--text-4: #404040;
|
|
--text-5: #808080;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #0000ff1a;
|
|
--active: #0000ff33;
|
|
--message-hover: #c0c0c00a;
|
|
}
|