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: #18974e; /* Green */
|
||
|
|
--dnd-indicator: #c35359; /* Red */
|
||
|
|
--idle-indicator: #a88339; /* Yellow */
|
||
|
|
--streaming-indicator: #8868b3; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #477ca1; /* Blue */
|
||
|
|
--accent-2: #75a738; /* Cyan */
|
||
|
|
--accent-3: #75a738;
|
||
|
|
--accent-4: #477ca1;
|
||
|
|
--accent-5: #c35359;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #201602;
|
||
|
|
--bg-2: #302e00;
|
||
|
|
--bg-3: #201602;
|
||
|
|
--bg-4: #201602;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #948e48;
|
||
|
|
--text-1: #948e48;
|
||
|
|
--text-2: #948e48;
|
||
|
|
--text-3: #948e48;
|
||
|
|
--text-4: #948e48;
|
||
|
|
--text-5: #6c6823;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #477ca11a;
|
||
|
|
--active: #477ca133;
|
||
|
|
--message-hover: #302e000a;
|
||
|
|
}
|