base16-discord/build/base16-ia-dark

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: #83a471; /* Green */
--dnd-indicator: #d88568; /* Red */
--idle-indicator: #b99353; /* Yellow */
--streaming-indicator: #b98eb2; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8eccdd; /* Blue */
--accent-2: #7c9cae; /* Cyan */
--accent-3: #7c9cae;
--accent-4: #8eccdd;
--accent-5: #d88568;
/* Backgrounds */
--bg-1: #1a1a1a;
--bg-2: #222222;
--bg-3: #1a1a1a;
--bg-4: #1a1a1a;
/* Text Colors */
--text-0: #cccccc;
--text-1: #cccccc;
--text-2: #cccccc;
--text-3: #cccccc;
--text-4: #cccccc;
--text-5: #767676;
/* Popups & Modals - using hex + alpha */
--hover: #8eccdd1a;
--active: #8eccdd33;
--message-hover: #2222220a;
}