base16-discord/build/base16-kanagawa-dragon
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: #8a9a7b; /* Green */
--dnd-indicator: #c4746e; /* Red */
--idle-indicator: #c4b28a; /* Yellow */
--streaming-indicator: #a292a3; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8ba4b0; /* Blue */
--accent-2: #8ea4a2; /* Cyan */
--accent-3: #8ea4a2;
--accent-4: #8ba4b0;
--accent-5: #c4746e;
/* Backgrounds */
--bg-1: #181616;
--bg-2: #282727;
--bg-3: #181616;
--bg-4: #181616;
/* Text Colors */
--text-0: #c5c9c5;
--text-1: #c5c9c5;
--text-2: #c5c9c5;
--text-3: #c5c9c5;
--text-4: #c5c9c5;
--text-5: #625e5a;
/* Popups & Modals - using hex + alpha */
--hover: #8ba4b01a;
--active: #8ba4b033;
--message-hover: #2827270a;
}