base16-discord/build/base16-horizon-terminal-dark

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: #29d398; /* Green */
--dnd-indicator: #e95678; /* Red */
--idle-indicator: #fac29a; /* Yellow */
--streaming-indicator: #ee64ac; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #26bbd9; /* Blue */
--accent-2: #59e1e3; /* Cyan */
--accent-3: #59e1e3;
--accent-4: #26bbd9;
--accent-5: #e95678;
/* Backgrounds */
--bg-1: #1c1e26;
--bg-2: #232530;
--bg-3: #1c1e26;
--bg-4: #1c1e26;
/* Text Colors */
--text-0: #cbced0;
--text-1: #cbced0;
--text-2: #cbced0;
--text-3: #cbced0;
--text-4: #cbced0;
--text-5: #6f6f70;
/* Popups & Modals - using hex + alpha */
--hover: #26bbd91a;
--active: #26bbd933;
--message-hover: #2325300a;
}