base16-discord/build/base16-onedark-dark
2026-03-17 17:03:31 +01:00

42 lines
972 B
Plaintext

/**
* @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: #89ca78; /* Green */
--dnd-indicator: #ef596f; /* Red */
--idle-indicator: #e5c07b; /* Yellow */
--streaming-indicator: #d55fde; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #61afef; /* Blue */
--accent-2: #2bbac5; /* Cyan */
--accent-3: #2bbac5;
--accent-4: #61afef;
--accent-5: #ef596f;
/* Backgrounds */
--bg-1: #000000;
--bg-2: #1c1f24;
--bg-3: #000000;
--bg-4: #000000;
/* Text Colors */
--text-0: #abb2bf;
--text-1: #abb2bf;
--text-2: #abb2bf;
--text-3: #abb2bf;
--text-4: #abb2bf;
--text-5: #434852;
/* Popups & Modals - using hex + alpha */
--hover: #61afef1a;
--active: #61afef33;
--message-hover: #1c1f240a;
}