base16-discord/build/base16-seti

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: #9fca56; /* Green */
--dnd-indicator: #cd3f45; /* Red */
--idle-indicator: #e6cd69; /* Yellow */
--streaming-indicator: #a074c4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #55b5db; /* Blue */
--accent-2: #55dbbe; /* Cyan */
--accent-3: #55dbbe;
--accent-4: #55b5db;
--accent-5: #cd3f45;
/* Backgrounds */
--bg-1: #151718;
--bg-2: #282a2b;
--bg-3: #151718;
--bg-4: #151718;
/* Text Colors */
--text-0: #d6d6d6;
--text-1: #d6d6d6;
--text-2: #d6d6d6;
--text-3: #d6d6d6;
--text-4: #d6d6d6;
--text-5: #41535b;
/* Popups & Modals - using hex + alpha */
--hover: #55b5db1a;
--active: #55b5db33;
--message-hover: #282a2b0a;
}