base16-discord/build/base16-gruvbox-material-light-soft
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: #6c782e; /* Green */
--dnd-indicator: #c14a4a; /* Red */
--idle-indicator: #b47109; /* Yellow */
--streaming-indicator: #945e80; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #45707a; /* Blue */
--accent-2: #4c7a5d; /* Cyan */
--accent-3: #4c7a5d;
--accent-4: #45707a;
--accent-5: #c14a4a;
/* Backgrounds */
--bg-1: #f2e5bc;
--bg-2: #ebdbb2;
--bg-3: #f2e5bc;
--bg-4: #f2e5bc;
/* Text Colors */
--text-0: #654735;
--text-1: #654735;
--text-2: #654735;
--text-3: #654735;
--text-4: #654735;
--text-5: #a89984;
/* Popups & Modals - using hex + alpha */
--hover: #45707a1a;
--active: #45707a33;
--message-hover: #ebdbb20a;
}