base16-discord/build/base16-pandora

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: #9ddf69; /* Green */
--dnd-indicator: #b00b69; /* Red */
--idle-indicator: #ffcc00; /* Yellow */
--streaming-indicator: #a24030; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #008080; /* Blue */
--accent-2: #714ca6; /* Cyan */
--accent-3: #714ca6;
--accent-4: #008080;
--accent-5: #b00b69;
/* Backgrounds */
--bg-1: #131213;
--bg-2: #2f1823;
--bg-3: #131213;
--bg-4: #131213;
/* Text Colors */
--text-0: #f15c99;
--text-1: #f15c99;
--text-2: #f15c99;
--text-3: #f15c99;
--text-4: #f15c99;
--text-5: #ffbee3;
/* Popups & Modals - using hex + alpha */
--hover: #0080801a;
--active: #00808033;
--message-hover: #2f18230a;
}