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: #c3e88d; /* Green */
|
||
|
|
--dnd-indicator: #ff757f; /* Red */
|
||
|
|
--idle-indicator: #ffdf77; /* Yellow */
|
||
|
|
--streaming-indicator: #fca7ea; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #82aaff; /* Blue */
|
||
|
|
--accent-2: #86e1fc; /* Cyan */
|
||
|
|
--accent-3: #86e1fc;
|
||
|
|
--accent-4: #82aaff;
|
||
|
|
--accent-5: #ff757f;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #222436;
|
||
|
|
--bg-2: #1e2030;
|
||
|
|
--bg-3: #222436;
|
||
|
|
--bg-4: #222436;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #828bb8;
|
||
|
|
--text-1: #828bb8;
|
||
|
|
--text-2: #828bb8;
|
||
|
|
--text-3: #828bb8;
|
||
|
|
--text-4: #828bb8;
|
||
|
|
--text-5: #3b4261;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #82aaff1a;
|
||
|
|
--active: #82aaff33;
|
||
|
|
--message-hover: #1e20300a;
|
||
|
|
}
|