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: #2ecc71; /* Green */
|
|
--dnd-indicator: #e74c3c; /* Red */
|
|
--idle-indicator: #f1c40f; /* Yellow */
|
|
--streaming-indicator: #9b59b6; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #3498db; /* Blue */
|
|
--accent-2: #1abc9c; /* Cyan */
|
|
--accent-3: #1abc9c;
|
|
--accent-4: #3498db;
|
|
--accent-5: #e74c3c;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #2c3e50;
|
|
--bg-2: #34495e;
|
|
--bg-3: #2c3e50;
|
|
--bg-4: #2c3e50;
|
|
|
|
/* Text Colors */
|
|
--text-0: #e0e0e0;
|
|
--text-1: #e0e0e0;
|
|
--text-2: #e0e0e0;
|
|
--text-3: #e0e0e0;
|
|
--text-4: #e0e0e0;
|
|
--text-5: #95a5a6;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #3498db1a;
|
|
--active: #3498db33;
|
|
--message-hover: #34495e0a;
|
|
}
|