base16-discord/build/base16-atelier-seaside

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: #29a329; /* Green */
--dnd-indicator: #e6193c; /* Red */
--idle-indicator: #98981b; /* Yellow */
--streaming-indicator: #ad2bee; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #3d62f5; /* Blue */
--accent-2: #1999b3; /* Cyan */
--accent-3: #1999b3;
--accent-4: #3d62f5;
--accent-5: #e6193c;
/* Backgrounds */
--bg-1: #131513;
--bg-2: #242924;
--bg-3: #131513;
--bg-4: #131513;
/* Text Colors */
--text-0: #8ca68c;
--text-1: #8ca68c;
--text-2: #8ca68c;
--text-3: #8ca68c;
--text-4: #8ca68c;
--text-5: #687d68;
/* Popups & Modals - using hex + alpha */
--hover: #3d62f51a;
--active: #3d62f533;
--message-hover: #2429240a;
}