base16-discord/build/base16-chinoiserie-midnight
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: #aeb831; /* Green */
--dnd-indicator: #ed5a56; /* Red */
--idle-indicator: #fbb957; /* Yellow */
--streaming-indicator: #cf8997; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #81a2a2; /* Blue */
--accent-2: #88b68d; /* Cyan */
--accent-3: #88b68d;
--accent-4: #81a2a2;
--accent-5: #ed5a56;
/* Backgrounds */
--bg-1: #1d1d1d;
--bg-2: #282828;
--bg-3: #1d1d1d;
--bg-4: #1d1d1d;
/* Text Colors */
--text-0: #c4cbcf;
--text-1: #c4cbcf;
--text-2: #c4cbcf;
--text-3: #c4cbcf;
--text-4: #c4cbcf;
--text-5: #918072;
/* Popups & Modals - using hex + alpha */
--hover: #81a2a21a;
--active: #81a2a233;
--message-hover: #2828280a;
}