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: #7d9726; /* Green */
|
||
|
|
--dnd-indicator: #ba6236; /* Red */
|
||
|
|
--idle-indicator: #a5980d; /* Yellow */
|
||
|
|
--streaming-indicator: #5f9182; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #36a166; /* Blue */
|
||
|
|
--accent-2: #5b9d48; /* Cyan */
|
||
|
|
--accent-3: #5b9d48;
|
||
|
|
--accent-4: #36a166;
|
||
|
|
--accent-5: #ba6236;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #22221b;
|
||
|
|
--bg-2: #302f27;
|
||
|
|
--bg-3: #22221b;
|
||
|
|
--bg-4: #22221b;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #929181;
|
||
|
|
--text-1: #929181;
|
||
|
|
--text-2: #929181;
|
||
|
|
--text-3: #929181;
|
||
|
|
--text-4: #929181;
|
||
|
|
--text-5: #6c6b5a;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #36a1661a;
|
||
|
|
--active: #36a16633;
|
||
|
|
--message-hover: #302f270a;
|
||
|
|
}
|