base16-discord/build/base16-chicago-night

42 lines
972 B
Plaintext
Raw Normal View History

2026-03-17 17:03:31 +01:00
/**
* @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: #009b3a; /* Green */
--dnd-indicator: #c60c30; /* Red */
--idle-indicator: #f9e300; /* Yellow */
--streaming-indicator: #e27ea6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #522398; /* Blue */
--accent-2: #00a1de; /* Cyan */
--accent-3: #00a1de;
--accent-4: #522398;
--accent-5: #c60c30;
/* Backgrounds */
--bg-1: #1e2a24;
--bg-2: #2a3b32;
--bg-3: #1e2a24;
--bg-4: #1e2a24;
/* Text Colors */
--text-0: #a7b8af;
--text-1: #a7b8af;
--text-2: #a7b8af;
--text-3: #a7b8af;
--text-4: #a7b8af;
--text-5: #5f7368;
/* Popups & Modals - using hex + alpha */
--hover: #5223981a;
--active: #52239833;
--message-hover: #2a3b320a;
}