base16-discord/build/base16-ayu-mirage
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: #d5ff80; /* Green */
--dnd-indicator: #f28779; /* Red */
--idle-indicator: #ffd173; /* Yellow */
--streaming-indicator: #d4bfff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #73d0ff; /* Blue */
--accent-2: #95e6cb; /* Cyan */
--accent-3: #95e6cb;
--accent-4: #73d0ff;
--accent-5: #f28779;
/* Backgrounds */
--bg-1: #1f2430;
--bg-2: #242936;
--bg-3: #1f2430;
--bg-4: #1f2430;
/* Text Colors */
--text-0: #cccac2;
--text-1: #cccac2;
--text-2: #cccac2;
--text-3: #cccac2;
--text-4: #cccac2;
--text-5: #4a5059;
/* Popups & Modals - using hex + alpha */
--hover: #73d0ff1a;
--active: #73d0ff33;
--message-hover: #2429360a;
}