base16-discord/build/base16-gruber

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: #73c936; /* Green */
--dnd-indicator: #f43841; /* Red */
--idle-indicator: #ffdd33; /* Yellow */
--streaming-indicator: #9e95c7; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #96a6c8; /* Blue */
--accent-2: #95a99f; /* Cyan */
--accent-3: #95a99f;
--accent-4: #96a6c8;
--accent-5: #f43841;
/* Backgrounds */
--bg-1: #181818;
--bg-2: #453d41;
--bg-3: #181818;
--bg-4: #181818;
/* Text Colors */
--text-0: #f4f4ff;
--text-1: #f4f4ff;
--text-2: #f4f4ff;
--text-3: #f4f4ff;
--text-4: #f4f4ff;
--text-5: #52494e;
/* Popups & Modals - using hex + alpha */
--hover: #96a6c81a;
--active: #96a6c833;
--message-hover: #453d410a;
}