base16-discord/build/base16-atelier-estuary

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: #7d9726; /* Green */
--dnd-indicator: #ba6236; /* Red */
--idle-indicator: #a5980d; /* Yellow */
--streaming-indicator: #5f9182; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #36a166; /* Blue */
--accent-2: #5b9d48; /* Cyan */
--accent-3: #5b9d48;
--accent-4: #36a166;
--accent-5: #ba6236;
/* Backgrounds */
--bg-1: #22221b;
--bg-2: #302f27;
--bg-3: #22221b;
--bg-4: #22221b;
/* Text Colors */
--text-0: #929181;
--text-1: #929181;
--text-2: #929181;
--text-3: #929181;
--text-4: #929181;
--text-5: #6c6b5a;
/* Popups & Modals - using hex + alpha */
--hover: #36a1661a;
--active: #36a16633;
--message-hover: #302f270a;
}