base16-discord/build/base16-tokyo-night-dark
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: #9ece6a; /* Green */
--dnd-indicator: #c0caf5; /* Red */
--idle-indicator: #0db9d7; /* Yellow */
--streaming-indicator: #bb9af7; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #2ac3de; /* Blue */
--accent-2: #b4f9f8; /* Cyan */
--accent-3: #b4f9f8;
--accent-4: #2ac3de;
--accent-5: #c0caf5;
/* Backgrounds */
--bg-1: #1a1b26;
--bg-2: #16161e;
--bg-3: #1a1b26;
--bg-4: #1a1b26;
/* Text Colors */
--text-0: #a9b1d6;
--text-1: #a9b1d6;
--text-2: #a9b1d6;
--text-3: #a9b1d6;
--text-4: #a9b1d6;
--text-5: #444b6a;
/* Popups & Modals - using hex + alpha */
--hover: #2ac3de1a;
--active: #2ac3de33;
--message-hover: #16161e0a;
}