base16-discord/build/base16-rose-pine-dawn
2026-03-17 17:03:31 +01:00

42 lines
972 B
Plaintext

/**
* @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: #286983; /* Green */
--dnd-indicator: #b4637a; /* Red */
--idle-indicator: #d7827e; /* Yellow */
--streaming-indicator: #ea9d34; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #907aa9; /* Blue */
--accent-2: #56949f; /* Cyan */
--accent-3: #56949f;
--accent-4: #907aa9;
--accent-5: #b4637a;
/* Backgrounds */
--bg-1: #faf4ed;
--bg-2: #fffaf3;
--bg-3: #faf4ed;
--bg-4: #faf4ed;
/* Text Colors */
--text-0: #575279;
--text-1: #575279;
--text-2: #575279;
--text-3: #575279;
--text-4: #575279;
--text-5: #9893a5;
/* Popups & Modals - using hex + alpha */
--hover: #907aa91a;
--active: #907aa933;
--message-hover: #fffaf30a;
}