base16-discord/build/base16-mountain

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: #8aac8b; /* Green */
--dnd-indicator: #ac8a8c; /* Red */
--idle-indicator: #aca98a; /* Yellow */
--streaming-indicator: #ac8aac; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8f8aac; /* Blue */
--accent-2: #8aabac; /* Cyan */
--accent-3: #8aabac;
--accent-4: #8f8aac;
--accent-5: #ac8a8c;
/* Backgrounds */
--bg-1: #0f0f0f;
--bg-2: #191919;
--bg-3: #0f0f0f;
--bg-4: #0f0f0f;
/* Text Colors */
--text-0: #cacaca;
--text-1: #cacaca;
--text-2: #cacaca;
--text-3: #cacaca;
--text-4: #cacaca;
--text-5: #393939;
/* Popups & Modals - using hex + alpha */
--hover: #8f8aac1a;
--active: #8f8aac33;
--message-hover: #1919190a;
}