base16-discord/build/base16-railscasts

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: #a5c261; /* Green */
--dnd-indicator: #da4939; /* Red */
--idle-indicator: #ffc66d; /* Yellow */
--streaming-indicator: #b6b3eb; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6d9cbe; /* Blue */
--accent-2: #519f50; /* Cyan */
--accent-3: #519f50;
--accent-4: #6d9cbe;
--accent-5: #da4939;
/* Backgrounds */
--bg-1: #2b2b2b;
--bg-2: #272935;
--bg-3: #2b2b2b;
--bg-4: #2b2b2b;
/* Text Colors */
--text-0: #e6e1dc;
--text-1: #e6e1dc;
--text-2: #e6e1dc;
--text-3: #e6e1dc;
--text-4: #e6e1dc;
--text-5: #5a647e;
/* Popups & Modals - using hex + alpha */
--hover: #6d9cbe1a;
--active: #6d9cbe33;
--message-hover: #2729350a;
}