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: #637200; /* Green */
|
||
|
|
--dnd-indicator: #d02023; /* Red */
|
||
|
|
--idle-indicator: #9d6f00; /* Yellow */
|
||
|
|
--streaming-indicator: #4e66b6; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #0073b5; /* Blue */
|
||
|
|
--accent-2: #007a72; /* Cyan */
|
||
|
|
--accent-3: #007a72;
|
||
|
|
--accent-4: #0073b5;
|
||
|
|
--accent-5: #d02023;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #f1f1f1;
|
||
|
|
--bg-2: #e2e2e2;
|
||
|
|
--bg-3: #f1f1f1;
|
||
|
|
--bg-4: #f1f1f1;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #474747;
|
||
|
|
--text-1: #474747;
|
||
|
|
--text-2: #474747;
|
||
|
|
--text-3: #474747;
|
||
|
|
--text-4: #474747;
|
||
|
|
--text-5: #777777;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #0073b51a;
|
||
|
|
--active: #0073b533;
|
||
|
|
--message-hover: #e2e2e20a;
|
||
|
|
}
|