base16-discord/build/base16-cyberpunk
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: #61ce3c; /* Green */
--dnd-indicator: #ff0000; /* Red */
--idle-indicator: #ffff00; /* Yellow */
--streaming-indicator: #ff1493; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4c83ff; /* Blue */
--accent-2: #93e0e3; /* Cyan */
--accent-3: #93e0e3;
--accent-4: #4c83ff;
--accent-5: #ff0000;
/* Backgrounds */
--bg-1: #000000;
--bg-2: #2b2b2b;
--bg-3: #000000;
--bg-4: #000000;
/* Text Colors */
--text-0: #dcdccc;
--text-1: #dcdccc;
--text-2: #dcdccc;
--text-3: #dcdccc;
--text-4: #dcdccc;
--text-5: #4f4f4f;
/* Popups & Modals - using hex + alpha */
--hover: #4c83ff1a;
--active: #4c83ff33;
--message-hover: #2b2b2b0a;
}