base16-discord/build/base16-tomorrow

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: #718c00; /* Green */
--dnd-indicator: #c82829; /* Red */
--idle-indicator: #eab700; /* Yellow */
--streaming-indicator: #8959a8; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4271ae; /* Blue */
--accent-2: #3e999f; /* Cyan */
--accent-3: #3e999f;
--accent-4: #4271ae;
--accent-5: #c82829;
/* Backgrounds */
--bg-1: #ffffff;
--bg-2: #e0e0e0;
--bg-3: #ffffff;
--bg-4: #ffffff;
/* Text Colors */
--text-0: #373b41;
--text-1: #373b41;
--text-2: #373b41;
--text-3: #373b41;
--text-4: #373b41;
--text-5: #b4b7b4;
/* Popups & Modals - using hex + alpha */
--hover: #4271ae1a;
--active: #4271ae33;
--message-hover: #e0e0e00a;
}