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: #32ccdc; /* Green */
|
|
--dnd-indicator: #fd886b; /* Red */
|
|
--idle-indicator: #fecb6e; /* Yellow */
|
|
--streaming-indicator: #ba8cfc; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #20bcfc; /* Blue */
|
|
--accent-2: #acddfd; /* Cyan */
|
|
--accent-3: #acddfd;
|
|
--accent-4: #20bcfc;
|
|
--accent-5: #fd886b;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #181818;
|
|
--bg-2: #151515;
|
|
--bg-3: #181818;
|
|
--bg-4: #181818;
|
|
|
|
/* Text Colors */
|
|
--text-0: #d0d0d0;
|
|
--text-1: #d0d0d0;
|
|
--text-2: #d0d0d0;
|
|
--text-3: #d0d0d0;
|
|
--text-4: #d0d0d0;
|
|
--text-5: #747474;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #20bcfc1a;
|
|
--active: #20bcfc33;
|
|
--message-hover: #1515150a;
|
|
}
|