base16-discord/build/base16-penumbra-dark-contrast-plus-plus

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: #54c794; /* Green */
--dnd-indicator: #f58c81; /* Red */
--idle-indicator: #a9b852; /* Yellow */
--streaming-indicator: #b69cf6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6eb2fd; /* Blue */
--accent-2: #00c4d7; /* Cyan */
--accent-3: #00c4d7;
--accent-4: #6eb2fd;
--accent-5: #f58c81;
/* Backgrounds */
--bg-1: #0d0f13;
--bg-2: #181b1f;
--bg-3: #0d0f13;
--bg-4: #0d0f13;
/* Text Colors */
--text-0: #dedede;
--text-1: #dedede;
--text-2: #dedede;
--text-3: #dedede;
--text-4: #dedede;
--text-5: #636363;
/* Popups & Modals - using hex + alpha */
--hover: #6eb2fd1a;
--active: #6eb2fd33;
--message-hover: #181b1f0a;
}