base16-discord/build/base16-precious-light-warm

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: #557300; /* Green */
--dnd-indicator: #b14745; /* Red */
--idle-indicator: #876500; /* Yellow */
--streaming-indicator: #7a50c6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #246da5; /* Blue */
--accent-2: #0e7767; /* Cyan */
--accent-3: #0e7767;
--accent-4: #246da5;
--accent-5: #b14745;
/* Backgrounds */
--bg-1: #fff5e5;
--bg-2: #ece4d6;
--bg-3: #fff5e5;
--bg-4: #fff5e5;
/* Text Colors */
--text-0: #4e5359;
--text-1: #4e5359;
--text-2: #4e5359;
--text-3: #4e5359;
--text-4: #4e5359;
--text-5: #7f8080;
/* Popups & Modals - using hex + alpha */
--hover: #246da51a;
--active: #246da533;
--message-hover: #ece4d60a;
}