base16-discord/build/base16-xcode-dusk
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: #df0002; /* Green */
--dnd-indicator: #b21889; /* Red */
--idle-indicator: #438288; /* Yellow */
--streaming-indicator: #b21889; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #790ead; /* Blue */
--accent-2: #00a0be; /* Cyan */
--accent-3: #00a0be;
--accent-4: #790ead;
--accent-5: #b21889;
/* Backgrounds */
--bg-1: #282b35;
--bg-2: #3d4048;
--bg-3: #282b35;
--bg-4: #282b35;
/* Text Colors */
--text-0: #939599;
--text-1: #939599;
--text-2: #939599;
--text-3: #939599;
--text-4: #939599;
--text-5: #686a71;
/* Popups & Modals - using hex + alpha */
--hover: #790ead1a;
--active: #790ead33;
--message-hover: #3d40480a;
}