base16-discord/build/base16-atelier-sulphurpool
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: #ac9739; /* Green */
--dnd-indicator: #c94922; /* Red */
--idle-indicator: #c08b30; /* Yellow */
--streaming-indicator: #6679cc; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #3d8fd1; /* Blue */
--accent-2: #22a2c9; /* Cyan */
--accent-3: #22a2c9;
--accent-4: #3d8fd1;
--accent-5: #c94922;
/* Backgrounds */
--bg-1: #202746;
--bg-2: #293256;
--bg-3: #202746;
--bg-4: #202746;
/* Text Colors */
--text-0: #979db4;
--text-1: #979db4;
--text-2: #979db4;
--text-3: #979db4;
--text-4: #979db4;
--text-5: #6b7394;
/* Popups & Modals - using hex + alpha */
--hover: #3d8fd11a;
--active: #3d8fd133;
--message-hover: #2932560a;
}