base16-discord/build/base16-windows-95-light

42 lines
972 B
Plaintext
Raw Permalink Normal View History

2026-03-17 17:03:31 +01:00
/**
* @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: #00a800; /* Green */
--dnd-indicator: #a80000; /* Red */
--idle-indicator: #a85400; /* Yellow */
--streaming-indicator: #a800a8; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #0000a8; /* Blue */
--accent-2: #00a8a8; /* Cyan */
--accent-3: #00a8a8;
--accent-4: #0000a8;
--accent-5: #a80000;
/* Backgrounds */
--bg-1: #fcfcfc;
--bg-2: #e0e0e0;
--bg-3: #fcfcfc;
--bg-4: #fcfcfc;
/* Text Colors */
--text-0: #545454;
--text-1: #545454;
--text-2: #545454;
--text-3: #545454;
--text-4: #545454;
--text-5: #a8a8a8;
/* Popups & Modals - using hex + alpha */
--hover: #0000a81a;
--active: #0000a833;
--message-hover: #e0e0e00a;
}