base16-discord/build/base16-charcoal-light
2026-03-17 17:03:31 +01:00

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: #110e06; /* Green */
--dnd-indicator: #382e1b; /* Red */
--idle-indicator: #110e06; /* Yellow */
--streaming-indicator: #382e1b; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #251e0f; /* Blue */
--accent-2: #110e06; /* Cyan */
--accent-3: #110e06;
--accent-4: #251e0f;
--accent-5: #382e1b;
/* Backgrounds */
--bg-1: #cabda0;
--bg-2: #bcad8c;
--bg-3: #cabda0;
--bg-4: #cabda0;
/* Text Colors */
--text-0: #382e1b;
--text-1: #382e1b;
--text-2: #382e1b;
--text-3: #382e1b;
--text-4: #382e1b;
--text-5: #645538;
/* Popups & Modals - using hex + alpha */
--hover: #251e0f1a;
--active: #251e0f33;
--message-hover: #bcad8c0a;
}