base16-discord/build/base16-bright
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: #a1c659; /* Green */
--dnd-indicator: #fb0120; /* Red */
--idle-indicator: #fda331; /* Yellow */
--streaming-indicator: #d381c3; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6fb3d2; /* Blue */
--accent-2: #76c7b7; /* Cyan */
--accent-3: #76c7b7;
--accent-4: #6fb3d2;
--accent-5: #fb0120;
/* Backgrounds */
--bg-1: #000000;
--bg-2: #303030;
--bg-3: #000000;
--bg-4: #000000;
/* Text Colors */
--text-0: #e0e0e0;
--text-1: #e0e0e0;
--text-2: #e0e0e0;
--text-3: #e0e0e0;
--text-4: #e0e0e0;
--text-5: #b0b0b0;
/* Popups & Modals - using hex + alpha */
--hover: #6fb3d21a;
--active: #6fb3d233;
--message-hover: #3030300a;
}