base16-discord/build/base16-blueish

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: #c3e88d; /* Green */
--dnd-indicator: #4ce587; /* Red */
--idle-indicator: #f6cd5c; /* Yellow */
--streaming-indicator: #ff84dd; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #82aaff; /* Blue */
--accent-2: #5fd1ff; /* Cyan */
--accent-3: #5fd1ff;
--accent-4: #82aaff;
--accent-5: #4ce587;
/* Backgrounds */
--bg-1: #182430;
--bg-2: #243c54;
--bg-3: #182430;
--bg-4: #182430;
/* Text Colors */
--text-0: #c8e1f8;
--text-1: #c8e1f8;
--text-2: #c8e1f8;
--text-3: #c8e1f8;
--text-4: #c8e1f8;
--text-5: #616d78;
/* Popups & Modals - using hex + alpha */
--hover: #82aaff1a;
--active: #82aaff33;
--message-hover: #243c540a;
}