base16-discord/build/base16-precious-dark-fifteen

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: #95b659; /* Green */
--dnd-indicator: #ff8782; /* Red */
--idle-indicator: #cfa546; /* Yellow */
--streaming-indicator: #b799ff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #66b0ef; /* Blue */
--accent-2: #42bda7; /* Cyan */
--accent-3: #42bda7;
--accent-4: #66b0ef;
--accent-5: #ff8782;
/* Backgrounds */
--bg-1: #23262b;
--bg-2: #303337;
--bg-3: #23262b;
--bg-4: #23262b;
/* Text Colors */
--text-0: #bab9b6;
--text-1: #bab9b6;
--text-2: #bab9b6;
--text-3: #bab9b6;
--text-4: #bab9b6;
--text-5: #898989;
/* Popups & Modals - using hex + alpha */
--hover: #66b0ef1a;
--active: #66b0ef33;
--message-hover: #3033370a;
}