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: #99c899; /* Green */
|
|
--dnd-indicator: #c88c8c; /* Red */
|
|
--idle-indicator: #d8b56d; /* Yellow */
|
|
--streaming-indicator: #86cacd; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #537c9c; /* Blue */
|
|
--accent-2: #78b4b4; /* Cyan */
|
|
--accent-3: #78b4b4;
|
|
--accent-4: #537c9c;
|
|
--accent-5: #c88c8c;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #222222;
|
|
--bg-2: #313131;
|
|
--bg-3: #222222;
|
|
--bg-4: #222222;
|
|
|
|
/* Text Colors */
|
|
--text-0: #dedee7;
|
|
--text-1: #dedee7;
|
|
--text-2: #dedee7;
|
|
--text-3: #dedee7;
|
|
--text-4: #dedee7;
|
|
--text-5: #644646;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #537c9c1a;
|
|
--active: #537c9c33;
|
|
--message-hover: #3131310a;
|
|
}
|