base16-discord/build/base16-standardized-light

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: #31861f; /* Green */
--dnd-indicator: #d03e3e; /* Red */
--idle-indicator: #ad8200; /* Yellow */
--streaming-indicator: #9e57c2; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #3173c5; /* Blue */
--accent-2: #00998f; /* Cyan */
--accent-3: #00998f;
--accent-4: #3173c5;
--accent-5: #d03e3e;
/* Backgrounds */
--bg-1: #ffffff;
--bg-2: #eeeeee;
--bg-3: #ffffff;
--bg-4: #ffffff;
/* Text Colors */
--text-0: #444444;
--text-1: #444444;
--text-2: #444444;
--text-3: #444444;
--text-4: #444444;
--text-5: #767676;
/* Popups & Modals - using hex + alpha */
--hover: #3173c51a;
--active: #3173c533;
--message-hover: #eeeeee0a;
}