base16-discord/build/base16-rose-pine-moon

42 lines
972 B
Plaintext
Raw Permalink 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: #3e8fb0; /* Green */
--dnd-indicator: #eb6f92; /* Red */
--idle-indicator: #ea9a97; /* 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: #232136;
--bg-2: #2a273f;
--bg-3: #232136;
--bg-4: #232136;
/* 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: #2a273f0a;
}