base16-discord/build/base16-one-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: #50a14f; /* Green */
--dnd-indicator: #ca1243; /* Red */
--idle-indicator: #c18401; /* Yellow */
--streaming-indicator: #a626a4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4078f2; /* Blue */
--accent-2: #0184bc; /* Cyan */
--accent-3: #0184bc;
--accent-4: #4078f2;
--accent-5: #ca1243;
/* Backgrounds */
--bg-1: #fafafa;
--bg-2: #f0f0f1;
--bg-3: #fafafa;
--bg-4: #fafafa;
/* Text Colors */
--text-0: #383a42;
--text-1: #383a42;
--text-2: #383a42;
--text-3: #383a42;
--text-4: #383a42;
--text-5: #a0a1a7;
/* Popups & Modals - using hex + alpha */
--hover: #4078f21a;
--active: #4078f233;
--message-hover: #f0f0f10a;
}