base16-discord/build/base16-catppuccin-frappe

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: #a6d189; /* Green */
--dnd-indicator: #e78284; /* Red */
--idle-indicator: #e5c890; /* Yellow */
--streaming-indicator: #ca9ee6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #8caaee; /* Blue */
--accent-2: #81c8be; /* Cyan */
--accent-3: #81c8be;
--accent-4: #8caaee;
--accent-5: #e78284;
/* Backgrounds */
--bg-1: #303446;
--bg-2: #292c3c;
--bg-3: #303446;
--bg-4: #303446;
/* Text Colors */
--text-0: #c6d0f5;
--text-1: #c6d0f5;
--text-2: #c6d0f5;
--text-3: #c6d0f5;
--text-4: #c6d0f5;
--text-5: #51576d;
/* Popups & Modals - using hex + alpha */
--hover: #8caaee1a;
--active: #8caaee33;
--message-hover: #292c3c0a;
}