base16-discord/build/base16-rebecca

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: #6dfedf; /* Green */
--dnd-indicator: #a0a0c5; /* Red */
--idle-indicator: #ae81ff; /* Yellow */
--streaming-indicator: #7aa5ff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #2de0a7; /* Blue */
--accent-2: #8eaee0; /* Cyan */
--accent-3: #8eaee0;
--accent-4: #2de0a7;
--accent-5: #a0a0c5;
/* Backgrounds */
--bg-1: #292a44;
--bg-2: #663399;
--bg-3: #292a44;
--bg-4: #292a44;
/* Text Colors */
--text-0: #f1eff8;
--text-1: #f1eff8;
--text-2: #f1eff8;
--text-3: #f1eff8;
--text-4: #f1eff8;
--text-5: #666699;
/* Popups & Modals - using hex + alpha */
--hover: #2de0a71a;
--active: #2de0a733;
--message-hover: #6633990a;
}