base16-discord/build/base16-rose-pine

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: #31748f; /* Green */
--dnd-indicator: #eb6f92; /* Red */
--idle-indicator: #ebbcba; /* Yellow */
--streaming-indicator: #f6c177; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #c4a7e7; /* Blue */
--accent-2: #9ccfd8; /* Cyan */
--accent-3: #9ccfd8;
--accent-4: #c4a7e7;
--accent-5: #eb6f92;
/* Backgrounds */
--bg-1: #191724;
--bg-2: #1f1d2e;
--bg-3: #191724;
--bg-4: #191724;
/* Text Colors */
--text-0: #e0def4;
--text-1: #e0def4;
--text-2: #e0def4;
--text-3: #e0def4;
--text-4: #e0def4;
--text-5: #6e6a86;
/* Popups & Modals - using hex + alpha */
--hover: #c4a7e71a;
--active: #c4a7e733;
--message-hover: #1f1d2e0a;
}