base16-discord/build/base16-dracula
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: #50fa7b; /* Green */
--dnd-indicator: #ff5555; /* Red */
--idle-indicator: #f1fa8c; /* Yellow */
--streaming-indicator: #ff79c6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #80bfff; /* Blue */
--accent-2: #8be9fd; /* Cyan */
--accent-3: #8be9fd;
--accent-4: #80bfff;
--accent-5: #ff5555;
/* Backgrounds */
--bg-1: #282a36;
--bg-2: #363447;
--bg-3: #282a36;
--bg-4: #282a36;
/* Text Colors */
--text-0: #f8f8f2;
--text-1: #f8f8f2;
--text-2: #f8f8f2;
--text-3: #f8f8f2;
--text-4: #f8f8f2;
--text-5: #6272a4;
/* Popups & Modals - using hex + alpha */
--hover: #80bfff1a;
--active: #80bfff33;
--message-hover: #3634470a;
}