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: #56bf8b; /* Green */
|
|
--dnd-indicator: #bf8b56; /* Red */
|
|
--idle-indicator: #8bbf56; /* Yellow */
|
|
--streaming-indicator: #bf568b; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #8b56bf; /* Blue */
|
|
--accent-2: #568bbf; /* Cyan */
|
|
--accent-3: #568bbf;
|
|
--accent-4: #8b56bf;
|
|
--accent-5: #bf8b56;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #0b1c2c;
|
|
--bg-2: #223b54;
|
|
--bg-3: #0b1c2c;
|
|
--bg-4: #0b1c2c;
|
|
|
|
/* Text Colors */
|
|
--text-0: #cbd6e2;
|
|
--text-1: #cbd6e2;
|
|
--text-2: #cbd6e2;
|
|
--text-3: #cbd6e2;
|
|
--text-4: #cbd6e2;
|
|
--text-5: #627e99;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8b56bf1a;
|
|
--active: #8b56bf33;
|
|
--message-hover: #223b540a;
|
|
}
|