base16-discord/build/base16-darkmoss

42 lines
972 B
Plaintext
Raw Permalink 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: #499180; /* Green */
--dnd-indicator: #ff4658; /* Red */
--idle-indicator: #fdb11f; /* Yellow */
--streaming-indicator: #9bc0c8; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #498091; /* Blue */
--accent-2: #66d9ef; /* Cyan */
--accent-3: #66d9ef;
--accent-4: #498091;
--accent-5: #ff4658;
/* Backgrounds */
--bg-1: #171e1f;
--bg-2: #252c2d;
--bg-3: #171e1f;
--bg-4: #171e1f;
/* Text Colors */
--text-0: #c7c7a5;
--text-1: #c7c7a5;
--text-2: #c7c7a5;
--text-3: #c7c7a5;
--text-4: #c7c7a5;
--text-5: #555e5f;
/* Popups & Modals - using hex + alpha */
--hover: #4980911a;
--active: #49809133;
--message-hover: #252c2d0a;
}