base16-discord/build/base16-apprentice

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: #ffffaf; /* Green */
--dnd-indicator: #444444; /* Red */
--idle-indicator: #87af87; /* Yellow */
--streaming-indicator: #5fafaf; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8787af; /* Blue */
--accent-2: #87afd7; /* Cyan */
--accent-3: #87afd7;
--accent-4: #8787af;
--accent-5: #444444;
/* Backgrounds */
--bg-1: #262626;
--bg-2: #af5f5f;
--bg-3: #262626;
--bg-4: #262626;
/* Text Colors */
--text-0: #5f5f87;
--text-1: #5f5f87;
--text-2: #5f5f87;
--text-3: #5f5f87;
--text-4: #5f5f87;
--text-5: #87875f;
/* Popups & Modals - using hex + alpha */
--hover: #8787af1a;
--active: #8787af33;
--message-hover: #af5f5f0a;
}