base16-discord/build/base16-zenbones

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: #d68c67; /* Green */
--dnd-indicator: #3d3839; /* Red */
--idle-indicator: #8bae68; /* Yellow */
--streaming-indicator: #65b8c1; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #cf86c1; /* Blue */
--accent-2: #61abda; /* Cyan */
--accent-3: #61abda;
--accent-4: #cf86c1;
--accent-5: #3d3839;
/* Backgrounds */
--bg-1: #191919;
--bg-2: #de6e7c;
--bg-3: #191919;
--bg-4: #191919;
/* Text Colors */
--text-0: #b279a7;
--text-1: #b279a7;
--text-2: #b279a7;
--text-3: #b279a7;
--text-4: #b279a7;
--text-5: #b77e64;
/* Popups & Modals - using hex + alpha */
--hover: #cf86c11a;
--active: #cf86c133;
--message-hover: #de6e7c0a;
}