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: #c6914b; /* Green */
|
||
|
|
--dnd-indicator: #a92258; /* Red */
|
||
|
|
--idle-indicator: #804ead; /* Yellow */
|
||
|
|
--streaming-indicator: #953b9d; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #8e7dc6; /* Blue */
|
||
|
|
--accent-2: #7263aa; /* Cyan */
|
||
|
|
--accent-3: #7263aa;
|
||
|
|
--accent-4: #8e7dc6;
|
||
|
|
--accent-5: #a92258;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #271c3a;
|
||
|
|
--bg-2: #100323;
|
||
|
|
--bg-3: #271c3a;
|
||
|
|
--bg-4: #271c3a;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #dedcdf;
|
||
|
|
--text-1: #dedcdf;
|
||
|
|
--text-2: #dedcdf;
|
||
|
|
--text-3: #dedcdf;
|
||
|
|
--text-4: #dedcdf;
|
||
|
|
--text-5: #5d5766;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #8e7dc61a;
|
||
|
|
--active: #8e7dc633;
|
||
|
|
--message-hover: #1003230a;
|
||
|
|
}
|