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: #66800b; /* Green */
|
|
--dnd-indicator: #af3029; /* Red */
|
|
--idle-indicator: #ad8301; /* Yellow */
|
|
--streaming-indicator: #5e409d; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #205ea6; /* Blue */
|
|
--accent-2: #24837b; /* Cyan */
|
|
--accent-3: #24837b;
|
|
--accent-4: #205ea6;
|
|
--accent-5: #af3029;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #fffcf0;
|
|
--bg-2: #f2f0e5;
|
|
--bg-3: #fffcf0;
|
|
--bg-4: #fffcf0;
|
|
|
|
/* Text Colors */
|
|
--text-0: #403e3c;
|
|
--text-1: #403e3c;
|
|
--text-2: #403e3c;
|
|
--text-3: #403e3c;
|
|
--text-4: #403e3c;
|
|
--text-5: #cecdc3;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #205ea61a;
|
|
--active: #205ea633;
|
|
--message-hover: #f2f0e50a;
|
|
}
|