base16-discord/build/base16-cupcake

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: #a3b367; /* Green */
--dnd-indicator: #d57e85; /* Red */
--idle-indicator: #dcb16c; /* Yellow */
--streaming-indicator: #bb99b4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #7297b9; /* Blue */
--accent-2: #69a9a7; /* Cyan */
--accent-3: #69a9a7;
--accent-4: #7297b9;
--accent-5: #d57e85;
/* Backgrounds */
--bg-1: #fbf1f2;
--bg-2: #f2f1f4;
--bg-3: #fbf1f2;
--bg-4: #fbf1f2;
/* Text Colors */
--text-0: #8b8198;
--text-1: #8b8198;
--text-2: #8b8198;
--text-3: #8b8198;
--text-4: #8b8198;
--text-5: #bfb9c6;
/* Popups & Modals - using hex + alpha */
--hover: #7297b91a;
--active: #7297b933;
--message-hover: #f2f1f40a;
}