base16-discord/build/base16-default-light
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: #a1b56c; /* Green */
--dnd-indicator: #ab4642; /* Red */
--idle-indicator: #f7ca88; /* Yellow */
--streaming-indicator: #ba8baf; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #7cafc2; /* Blue */
--accent-2: #86c1b9; /* Cyan */
--accent-3: #86c1b9;
--accent-4: #7cafc2;
--accent-5: #ab4642;
/* Backgrounds */
--bg-1: #f8f8f8;
--bg-2: #e8e8e8;
--bg-3: #f8f8f8;
--bg-4: #f8f8f8;
/* Text Colors */
--text-0: #383838;
--text-1: #383838;
--text-2: #383838;
--text-3: #383838;
--text-4: #383838;
--text-5: #b8b8b8;
/* Popups & Modals - using hex + alpha */
--hover: #7cafc21a;
--active: #7cafc233;
--message-hover: #e8e8e80a;
}