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: #14cc64; /* Green */
|
|
--dnd-indicator: #ff1d0d; /* Red */
|
|
--idle-indicator: #f000a0; /* Yellow */
|
|
--streaming-indicator: #b000d0; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #00a0f0; /* Blue */
|
|
--accent-2: #0075b0; /* Cyan */
|
|
--accent-3: #0075b0;
|
|
--accent-4: #00a0f0;
|
|
--accent-5: #ff1d0d;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #100510;
|
|
--bg-2: #302030;
|
|
--bg-3: #100510;
|
|
--bg-4: #100510;
|
|
|
|
/* Text Colors */
|
|
--text-0: #ddd0dd;
|
|
--text-1: #ddd0dd;
|
|
--text-2: #ddd0dd;
|
|
--text-3: #ddd0dd;
|
|
--text-4: #ddd0dd;
|
|
--text-5: #605060;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #00a0f01a;
|
|
--active: #00a0f033;
|
|
--message-hover: #3020300a;
|
|
}
|