base16-discord/build/base16-atelier-dune-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: #60ac39; /* Green */
--dnd-indicator: #d73737; /* Red */
--idle-indicator: #ae9513; /* Yellow */
--streaming-indicator: #b854d4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6684e1; /* Blue */
--accent-2: #1fad83; /* Cyan */
--accent-3: #1fad83;
--accent-4: #6684e1;
--accent-5: #d73737;
/* Backgrounds */
--bg-1: #fefbec;
--bg-2: #e8e4cf;
--bg-3: #fefbec;
--bg-4: #fefbec;
/* Text Colors */
--text-0: #6e6b5e;
--text-1: #6e6b5e;
--text-2: #6e6b5e;
--text-3: #6e6b5e;
--text-4: #6e6b5e;
--text-5: #999580;
/* Popups & Modals - using hex + alpha */
--hover: #6684e11a;
--active: #6684e133;
--message-hover: #e8e4cf0a;
}