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: #a7c080; /* Green */
|
||
|
|
--dnd-indicator: #e67e80; /* Red */
|
||
|
|
--idle-indicator: #dbbc7f; /* Yellow */
|
||
|
|
--streaming-indicator: #d699b6; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #7fbbb3; /* Blue */
|
||
|
|
--accent-2: #83c092; /* Cyan */
|
||
|
|
--accent-3: #83c092;
|
||
|
|
--accent-4: #7fbbb3;
|
||
|
|
--accent-5: #e67e80;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #333c43;
|
||
|
|
--bg-2: #3a464c;
|
||
|
|
--bg-3: #333c43;
|
||
|
|
--bg-4: #333c43;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #d3c6aa;
|
||
|
|
--text-1: #d3c6aa;
|
||
|
|
--text-2: #d3c6aa;
|
||
|
|
--text-3: #d3c6aa;
|
||
|
|
--text-4: #d3c6aa;
|
||
|
|
--text-5: #859289;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #7fbbb31a;
|
||
|
|
--active: #7fbbb333;
|
||
|
|
--message-hover: #3a464c0a;
|
||
|
|
}
|