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: #99cc99; /* Green */
|
|
--dnd-indicator: #f2777a; /* Red */
|
|
--idle-indicator: #ffcc66; /* Yellow */
|
|
--streaming-indicator: #cc99cc; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #6699cc; /* Blue */
|
|
--accent-2: #66cccc; /* Cyan */
|
|
--accent-3: #66cccc;
|
|
--accent-4: #6699cc;
|
|
--accent-5: #f2777a;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #2d2d2d;
|
|
--bg-2: #393939;
|
|
--bg-3: #2d2d2d;
|
|
--bg-4: #2d2d2d;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d3d0c8;
|
|
--text-1: #d3d0c8;
|
|
--text-2: #d3d0c8;
|
|
--text-3: #d3d0c8;
|
|
--text-4: #d3d0c8;
|
|
--text-5: #747369;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #6699cc1a;
|
|
--active: #6699cc33;
|
|
--message-hover: #3939390a;
|
|
}
|