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: #67b11d; /* Green */
|
|
--dnd-indicator: #f2241f; /* Red */
|
|
--idle-indicator: #b1951d; /* Yellow */
|
|
--streaming-indicator: #a31db1; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #4f97d7; /* Blue */
|
|
--accent-2: #2d9574; /* Cyan */
|
|
--accent-3: #2d9574;
|
|
--accent-4: #4f97d7;
|
|
--accent-5: #f2241f;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #1f2022;
|
|
--bg-2: #282828;
|
|
--bg-3: #1f2022;
|
|
--bg-4: #1f2022;
|
|
|
|
/* Text Colors */
|
|
--text-0: #a3a3a3;
|
|
--text-1: #a3a3a3;
|
|
--text-2: #a3a3a3;
|
|
--text-3: #a3a3a3;
|
|
--text-4: #a3a3a3;
|
|
--text-5: #585858;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #4f97d71a;
|
|
--active: #4f97d733;
|
|
--message-hover: #2828280a;
|
|
}
|