base16-discord/build/base16-danqing

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: #8ab361; /* Green */
--dnd-indicator: #f9906f; /* Red */
--idle-indicator: #f0c239; /* Yellow */
--streaming-indicator: #cca4e3; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #b0a4e3; /* Blue */
--accent-2: #30dff3; /* Cyan */
--accent-3: #30dff3;
--accent-4: #b0a4e3;
--accent-5: #f9906f;
/* Backgrounds */
--bg-1: #2d302f;
--bg-2: #434846;
--bg-3: #2d302f;
--bg-4: #2d302f;
/* Text Colors */
--text-0: #e0f0ef;
--text-1: #e0f0ef;
--text-2: #e0f0ef;
--text-3: #e0f0ef;
--text-4: #e0f0ef;
--text-5: #9da8a3;
/* Popups & Modals - using hex + alpha */
--hover: #b0a4e31a;
--active: #b0a4e333;
--message-hover: #4348460a;
}