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: #beda78; /* Green */
|
||
|
|
--dnd-indicator: #ff7f7b; /* Red */
|
||
|
|
--idle-indicator: #ffd67c; /* Yellow */
|
||
|
|
--streaming-indicator: #efb3f7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #90bee1; /* Blue */
|
||
|
|
--accent-2: #bed6ff; /* Cyan */
|
||
|
|
--accent-3: #bed6ff;
|
||
|
|
--accent-4: #90bee1;
|
||
|
|
--accent-5: #ff7f7b;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #2d2d2d;
|
||
|
|
--bg-2: #393939;
|
||
|
|
--bg-3: #2d2d2d;
|
||
|
|
--bg-4: #2d2d2d;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #cccccc;
|
||
|
|
--text-1: #cccccc;
|
||
|
|
--text-2: #cccccc;
|
||
|
|
--text-3: #cccccc;
|
||
|
|
--text-4: #cccccc;
|
||
|
|
--text-5: #777777;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #90bee11a;
|
||
|
|
--active: #90bee133;
|
||
|
|
--message-hover: #3939390a;
|
||
|
|
}
|