base16-discord/build/base16-emil

42 lines
972 B
Plaintext
Raw 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: #0073a8; /* Green */
--dnd-indicator: #f43979; /* Red */
--idle-indicator: #ff669b; /* Yellow */
--streaming-indicator: #6916b6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #471397; /* Blue */
--accent-2: #2155d6; /* Cyan */
--accent-3: #2155d6;
--accent-4: #471397;
--accent-5: #f43979;
/* Backgrounds */
--bg-1: #efefef;
--bg-2: #bebed2;
--bg-3: #efefef;
--bg-4: #efefef;
/* Text Colors */
--text-0: #313145;
--text-1: #313145;
--text-2: #313145;
--text-3: #313145;
--text-4: #313145;
--text-5: #7c7c98;
/* Popups & Modals - using hex + alpha */
--hover: #4713971a;
--active: #47139733;
--message-hover: #bebed20a;
}