base16-discord/build/base16-material
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: #c3e88d; /* Green */
--dnd-indicator: #f07178; /* Red */
--idle-indicator: #ffcb6b; /* Yellow */
--streaming-indicator: #c792ea; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #82aaff; /* Blue */
--accent-2: #89ddff; /* Cyan */
--accent-3: #89ddff;
--accent-4: #82aaff;
--accent-5: #f07178;
/* Backgrounds */
--bg-1: #263238;
--bg-2: #2e3c43;
--bg-3: #263238;
--bg-4: #263238;
/* Text Colors */
--text-0: #eeffff;
--text-1: #eeffff;
--text-2: #eeffff;
--text-3: #eeffff;
--text-4: #eeffff;
--text-5: #546e7a;
/* Popups & Modals - using hex + alpha */
--hover: #82aaff1a;
--active: #82aaff33;
--message-hover: #2e3c430a;
}