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: #a1bf78; /* Green */
|
|
--dnd-indicator: #e77171; /* Red */
|
|
--idle-indicator: #dbb774; /* Yellow */
|
|
--streaming-indicator: #d390e7; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #73b3e7; /* Blue */
|
|
--accent-2: #5ebaa5; /* Cyan */
|
|
--accent-3: #5ebaa5;
|
|
--accent-4: #73b3e7;
|
|
--accent-5: #e77171;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #262729;
|
|
--bg-2: #313235;
|
|
--bg-3: #262729;
|
|
--bg-4: #262729;
|
|
|
|
/* Text Colors */
|
|
--text-0: #afb2b5;
|
|
--text-1: #afb2b5;
|
|
--text-2: #afb2b5;
|
|
--text-3: #afb2b5;
|
|
--text-4: #afb2b5;
|
|
--text-5: #4a4c4f;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #73b3e71a;
|
|
--active: #73b3e733;
|
|
--message-hover: #3132350a;
|
|
}
|