base16-discord/build/base16-gruvbox-light

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: #98971a; /* Green */
--dnd-indicator: #cc241d; /* Red */
--idle-indicator: #d79921; /* Yellow */
--streaming-indicator: #b16286; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #458588; /* Blue */
--accent-2: #689d6a; /* Cyan */
--accent-3: #689d6a;
--accent-4: #458588;
--accent-5: #cc241d;
/* Backgrounds */
--bg-1: #fbf1c7;
--bg-2: #ebdbb2;
--bg-3: #fbf1c7;
--bg-4: #fbf1c7;
/* Text Colors */
--text-0: #3c3836;
--text-1: #3c3836;
--text-2: #3c3836;
--text-3: #3c3836;
--text-4: #3c3836;
--text-5: #bdae93;
/* Popups & Modals - using hex + alpha */
--hover: #4585881a;
--active: #45858833;
--message-hover: #ebdbb20a;
}