base16-discord/build/base16-solarflare-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: #7cc844; /* Green */
--dnd-indicator: #ef5253; /* Red */
--idle-indicator: #e4b51c; /* Yellow */
--streaming-indicator: #a363d5; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #33b5e1; /* Blue */
--accent-2: #52cbb0; /* Cyan */
--accent-3: #52cbb0;
--accent-4: #33b5e1;
--accent-5: #ef5253;
/* Backgrounds */
--bg-1: #f5f7fa;
--bg-2: #e8e9ed;
--bg-3: #f5f7fa;
--bg-4: #f5f7fa;
/* Text Colors */
--text-0: #586875;
--text-1: #586875;
--text-2: #586875;
--text-3: #586875;
--text-4: #586875;
--text-5: #85939e;
/* Popups & Modals - using hex + alpha */
--hover: #33b5e11a;
--active: #33b5e133;
--message-hover: #e8e9ed0a;
}