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: #33635c; /* Green */
|
|
--dnd-indicator: #8c4351; /* Red */
|
|
--idle-indicator: #8f5e15; /* Yellow */
|
|
--streaming-indicator: #5a4a78; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #34548a; /* Blue */
|
|
--accent-2: #0f4b6e; /* Cyan */
|
|
--accent-3: #0f4b6e;
|
|
--accent-4: #34548a;
|
|
--accent-5: #8c4351;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #fbfbfd;
|
|
--bg-2: #f6f6f8;
|
|
--bg-3: #fbfbfd;
|
|
--bg-4: #fbfbfd;
|
|
|
|
/* Text Colors */
|
|
--text-0: #28323a;
|
|
--text-1: #28323a;
|
|
--text-2: #28323a;
|
|
--text-3: #28323a;
|
|
--text-4: #28323a;
|
|
--text-5: #b7c5d3;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #34548a1a;
|
|
--active: #34548a33;
|
|
--message-hover: #f6f6f80a;
|
|
}
|