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: #5f8787; /* Green */
|
|
--dnd-indicator: #de6e6e; /* Red */
|
|
--idle-indicator: #ffc799; /* Yellow */
|
|
--streaming-indicator: #d69094; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #8eaaaa; /* Blue */
|
|
--accent-2: #60a592; /* Cyan */
|
|
--accent-3: #60a592;
|
|
--accent-4: #8eaaaa;
|
|
--accent-5: #de6e6e;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #101010;
|
|
--bg-2: #232323;
|
|
--bg-3: #101010;
|
|
--bg-4: #101010;
|
|
|
|
/* Text Colors */
|
|
--text-0: #b7b7b7;
|
|
--text-1: #b7b7b7;
|
|
--text-2: #b7b7b7;
|
|
--text-3: #b7b7b7;
|
|
--text-4: #b7b7b7;
|
|
--text-5: #333333;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #8eaaaa1a;
|
|
--active: #8eaaaa33;
|
|
--message-hover: #2323230a;
|
|
}
|