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: #00853e; /* Green */
|
|
--dnd-indicator: #ee2e24; /* Red */
|
|
--idle-indicator: #ffd204; /* Yellow */
|
|
--streaming-indicator: #98005d; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #009ddc; /* Blue */
|
|
--accent-2: #85cebc; /* Cyan */
|
|
--accent-3: #85cebc;
|
|
--accent-4: #009ddc;
|
|
--accent-5: #ee2e24;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #231f20;
|
|
--bg-2: #1c3f95;
|
|
--bg-3: #231f20;
|
|
--bg-4: #231f20;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d9d8d8;
|
|
--text-1: #d9d8d8;
|
|
--text-2: #d9d8d8;
|
|
--text-3: #d9d8d8;
|
|
--text-4: #d9d8d8;
|
|
--text-5: #737171;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #009ddc1a;
|
|
--active: #009ddc33;
|
|
--message-hover: #1c3f950a;
|
|
}
|