base16-discord/build/base16-linux-vt

42 lines
972 B
Plaintext
Raw 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: #00aa00; /* Green */
--dnd-indicator: #aa0000; /* Red */
--idle-indicator: #ffff55; /* Yellow */
--streaming-indicator: #ff55ff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #5555ff; /* Blue */
--accent-2: #00aaaa; /* Cyan */
--accent-3: #00aaaa;
--accent-4: #5555ff;
--accent-5: #aa0000;
/* Backgrounds */
--bg-1: #000000;
--bg-2: #333333;
--bg-3: #000000;
--bg-4: #000000;
/* Text Colors */
--text-0: #aaaaaa;
--text-1: #aaaaaa;
--text-2: #aaaaaa;
--text-3: #aaaaaa;
--text-4: #aaaaaa;
--text-5: #555555;
/* Popups & Modals - using hex + alpha */
--hover: #5555ff1a;
--active: #5555ff33;
--message-hover: #3333330a;
}