base16-discord/build/base16-atelier-lakeside
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: #568c3b; /* Green */
--dnd-indicator: #d22d72; /* Red */
--idle-indicator: #8a8a0f; /* Yellow */
--streaming-indicator: #6b6bb8; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #257fad; /* Blue */
--accent-2: #2d8f6f; /* Cyan */
--accent-3: #2d8f6f;
--accent-4: #257fad;
--accent-5: #d22d72;
/* Backgrounds */
--bg-1: #161b1d;
--bg-2: #1f292e;
--bg-3: #161b1d;
--bg-4: #161b1d;
/* Text Colors */
--text-0: #7ea2b4;
--text-1: #7ea2b4;
--text-2: #7ea2b4;
--text-3: #7ea2b4;
--text-4: #7ea2b4;
--text-5: #5a7b8c;
/* Popups & Modals - using hex + alpha */
--hover: #257fad1a;
--active: #257fad33;
--message-hover: #1f292e0a;
}