base16-discord/build/base16-ascendancy

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: #b8bb26; /* Green */
--dnd-indicator: #d05000; /* Red */
--idle-indicator: #ffcc1b; /* Yellow */
--streaming-indicator: #fabd2f; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #458588; /* Blue */
--accent-2: #8f3f71; /* Cyan */
--accent-3: #8f3f71;
--accent-4: #458588;
--accent-5: #d05000;
/* Backgrounds */
--bg-1: #282828;
--bg-2: #212f3d;
--bg-3: #282828;
--bg-4: #282828;
/* Text Colors */
--text-0: #d5c7a1;
--text-1: #d5c7a1;
--text-2: #d5c7a1;
--text-3: #d5c7a1;
--text-4: #d5c7a1;
--text-5: #928374;
/* Popups & Modals - using hex + alpha */
--hover: #4585881a;
--active: #45858833;
--message-hover: #212f3d0a;
}