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: #00e676; /* Green */
|
|
--dnd-indicator: #f44336; /* Red */
|
|
--idle-indicator: #ffeb3b; /* Yellow */
|
|
--streaming-indicator: #673ab7; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #2196f3; /* Blue */
|
|
--accent-2: #00bcd4; /* Cyan */
|
|
--accent-3: #00bcd4;
|
|
--accent-4: #2196f3;
|
|
--accent-5: #f44336;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #202124;
|
|
--bg-2: #27292c;
|
|
--bg-3: #202124;
|
|
--bg-4: #202124;
|
|
|
|
/* Text Colors */
|
|
--text-0: #80868b;
|
|
--text-1: #80868b;
|
|
--text-2: #80868b;
|
|
--text-3: #80868b;
|
|
--text-4: #80868b;
|
|
--text-5: #44464d;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #2196f31a;
|
|
--active: #2196f333;
|
|
--message-hover: #27292c0a;
|
|
}
|