base16-discord/build/base16-icy
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: #4dd0e1; /* Green */
--dnd-indicator: #16c1d9; /* Red */
--idle-indicator: #80deea; /* Yellow */
--streaming-indicator: #00acc1; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #00bcd4; /* Blue */
--accent-2: #26c6da; /* Cyan */
--accent-3: #26c6da;
--accent-4: #00bcd4;
--accent-5: #16c1d9;
/* Backgrounds */
--bg-1: #021012;
--bg-2: #031619;
--bg-3: #021012;
--bg-4: #021012;
/* Text Colors */
--text-0: #095b67;
--text-1: #095b67;
--text-2: #095b67;
--text-3: #095b67;
--text-4: #095b67;
--text-5: #052e34;
/* Popups & Modals - using hex + alpha */
--hover: #00bcd41a;
--active: #00bcd433;
--message-hover: #0316190a;
}