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: #a3be8c; /* Green */
|
||
|
|
--dnd-indicator: #bf616a; /* Red */
|
||
|
|
--idle-indicator: #ebcb8b; /* Yellow */
|
||
|
|
--streaming-indicator: #b48ead; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #81a1c1; /* Blue */
|
||
|
|
--accent-2: #88c0d0; /* Cyan */
|
||
|
|
--accent-3: #88c0d0;
|
||
|
|
--accent-4: #81a1c1;
|
||
|
|
--accent-5: #bf616a;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #2e3440;
|
||
|
|
--bg-2: #3b4252;
|
||
|
|
--bg-3: #2e3440;
|
||
|
|
--bg-4: #2e3440;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #e5e9f0;
|
||
|
|
--text-1: #e5e9f0;
|
||
|
|
--text-2: #e5e9f0;
|
||
|
|
--text-3: #e5e9f0;
|
||
|
|
--text-4: #e5e9f0;
|
||
|
|
--text-5: #4c566a;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #81a1c11a;
|
||
|
|
--active: #81a1c133;
|
||
|
|
--message-hover: #3b42520a;
|
||
|
|
}
|