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: #2df4c0; /* Green */
|
||
|
|
--dnd-indicator: #ff5370; /* Red */
|
||
|
|
--idle-indicator: #ffc777; /* Yellow */
|
||
|
|
--streaming-indicator: #b994f1; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #40ffff; /* Blue */
|
||
|
|
--accent-2: #04d1f9; /* Cyan */
|
||
|
|
--accent-3: #04d1f9;
|
||
|
|
--accent-4: #40ffff;
|
||
|
|
--accent-5: #ff5370;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #212337;
|
||
|
|
--bg-2: #403c64;
|
||
|
|
--bg-3: #212337;
|
||
|
|
--bg-4: #212337;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #a3ace1;
|
||
|
|
--text-1: #a3ace1;
|
||
|
|
--text-2: #a3ace1;
|
||
|
|
--text-3: #a3ace1;
|
||
|
|
--text-4: #a3ace1;
|
||
|
|
--text-5: #748cd6;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #40ffff1a;
|
||
|
|
--active: #40ffff33;
|
||
|
|
--message-hover: #403c640a;
|
||
|
|
}
|