base16-discord/build/base16-paraiso

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: #48b685; /* Green */
--dnd-indicator: #ef6155; /* Red */
--idle-indicator: #fec418; /* Yellow */
--streaming-indicator: #815ba4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #06b6ef; /* Blue */
--accent-2: #5bc4bf; /* Cyan */
--accent-3: #5bc4bf;
--accent-4: #06b6ef;
--accent-5: #ef6155;
/* Backgrounds */
--bg-1: #2f1e2e;
--bg-2: #41323f;
--bg-3: #2f1e2e;
--bg-4: #2f1e2e;
/* Text Colors */
--text-0: #a39e9b;
--text-1: #a39e9b;
--text-2: #a39e9b;
--text-3: #a39e9b;
--text-4: #a39e9b;
--text-5: #776e71;
/* Popups & Modals - using hex + alpha */
--hover: #06b6ef1a;
--active: #06b6ef33;
--message-hover: #41323f0a;
}