base16-discord/build/base16-da-one-ocean

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: #98c379; /* Green */
--dnd-indicator: #fa7883; /* Red */
--idle-indicator: #ff9470; /* Yellow */
--streaming-indicator: #e799ff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6bb8ff; /* Blue */
--accent-2: #8af5ff; /* Cyan */
--accent-3: #8af5ff;
--accent-4: #6bb8ff;
--accent-5: #fa7883;
/* Backgrounds */
--bg-1: #171726;
--bg-2: #22273d;
--bg-3: #171726;
--bg-4: #171726;
/* Text Colors */
--text-0: #ffffff;
--text-1: #ffffff;
--text-2: #ffffff;
--text-3: #ffffff;
--text-4: #ffffff;
--text-5: #878d96;
/* Popups & Modals - using hex + alpha */
--hover: #6bb8ff1a;
--active: #6bb8ff33;
--message-hover: #22273d0a;
}