base16-discord/build/base16-irblack

42 lines
972 B
Plaintext
Raw Permalink 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: #a8ff60; /* Green */
--dnd-indicator: #ff6c60; /* Red */
--idle-indicator: #ffffb6; /* Yellow */
--streaming-indicator: #ff73fd; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #96cbfe; /* Blue */
--accent-2: #c6c5fe; /* Cyan */
--accent-3: #c6c5fe;
--accent-4: #96cbfe;
--accent-5: #ff6c60;
/* Backgrounds */
--bg-1: #000000;
--bg-2: #242422;
--bg-3: #000000;
--bg-4: #000000;
/* Text Colors */
--text-0: #b5b3aa;
--text-1: #b5b3aa;
--text-2: #b5b3aa;
--text-3: #b5b3aa;
--text-4: #b5b3aa;
--text-5: #6c6c66;
/* Popups & Modals - using hex + alpha */
--hover: #96cbfe1a;
--active: #96cbfe33;
--message-hover: #2424220a;
}