base16-discord/build/base16-sandcastle
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: #528b8b; /* Green */
--dnd-indicator: #83a598; /* Red */
--idle-indicator: #a07e3b; /* Yellow */
--streaming-indicator: #d75f5f; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #83a598; /* Blue */
--accent-2: #83a598; /* Cyan */
--accent-3: #83a598;
--accent-4: #83a598;
--accent-5: #83a598;
/* Backgrounds */
--bg-1: #282c34;
--bg-2: #2c323b;
--bg-3: #282c34;
--bg-4: #282c34;
/* Text Colors */
--text-0: #a89984;
--text-1: #a89984;
--text-2: #a89984;
--text-3: #a89984;
--text-4: #a89984;
--text-5: #665c54;
/* Popups & Modals - using hex + alpha */
--hover: #83a5981a;
--active: #83a59833;
--message-hover: #2c323b0a;
}