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: #7f8b00; /* Green */
|
||
|
|
--dnd-indicator: #f04339; /* Red */
|
||
|
|
--idle-indicator: #bb8801; /* Yellow */
|
||
|
|
--streaming-indicator: #6a7fd2; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #008dd1; /* Blue */
|
||
|
|
--accent-2: #00948b; /* Cyan */
|
||
|
|
--accent-3: #00948b;
|
||
|
|
--accent-4: #008dd1;
|
||
|
|
--accent-5: #f04339;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #111111;
|
||
|
|
--bg-2: #1b1b1b;
|
||
|
|
--bg-3: #111111;
|
||
|
|
--bg-4: #111111;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #ababab;
|
||
|
|
--text-1: #ababab;
|
||
|
|
--text-2: #ababab;
|
||
|
|
--text-3: #ababab;
|
||
|
|
--text-4: #ababab;
|
||
|
|
--text-5: #777777;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #008dd11a;
|
||
|
|
--active: #008dd133;
|
||
|
|
--message-hover: #1b1b1b0a;
|
||
|
|
}
|