base16-discord/build/base16-tokyo-night-light
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: #485e30; /* Green */
--dnd-indicator: #343b58; /* Red */
--idle-indicator: #166775; /* Yellow */
--streaming-indicator: #5a4a78; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #34548a; /* Blue */
--accent-2: #3e6968; /* Cyan */
--accent-3: #3e6968;
--accent-4: #34548a;
--accent-5: #343b58;
/* Backgrounds */
--bg-1: #d5d6db;
--bg-2: #cbccd1;
--bg-3: #d5d6db;
--bg-4: #d5d6db;
/* Text Colors */
--text-0: #343b59;
--text-1: #343b59;
--text-2: #343b59;
--text-3: #343b59;
--text-4: #343b59;
--text-5: #9699a3;
/* Popups & Modals - using hex + alpha */
--hover: #34548a1a;
--active: #34548a33;
--message-hover: #cbccd10a;
}