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: #557301; /* Green */
|
||
|
|
--dnd-indicator: #af4947; /* Red */
|
||
|
|
--idle-indicator: #876500; /* Yellow */
|
||
|
|
--streaming-indicator: #7b4ecb; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #186daa; /* Blue */
|
||
|
|
--accent-2: #087767; /* Cyan */
|
||
|
|
--accent-3: #087767;
|
||
|
|
--accent-4: #186daa;
|
||
|
|
--accent-5: #af4947;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #ffffff;
|
||
|
|
--bg-2: #ededed;
|
||
|
|
--bg-3: #ffffff;
|
||
|
|
--bg-4: #ffffff;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #555555;
|
||
|
|
--text-1: #555555;
|
||
|
|
--text-2: #555555;
|
||
|
|
--text-3: #555555;
|
||
|
|
--text-4: #555555;
|
||
|
|
--text-5: #848484;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #186daa1a;
|
||
|
|
--active: #186daa33;
|
||
|
|
--message-hover: #ededed0a;
|
||
|
|
}
|