base16-discord/build/base16-chalk

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: #acc267; /* Green */
--dnd-indicator: #fb9fb1; /* Red */
--idle-indicator: #ddb26f; /* Yellow */
--streaming-indicator: #e1a3ee; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6fc2ef; /* Blue */
--accent-2: #12cfc0; /* Cyan */
--accent-3: #12cfc0;
--accent-4: #6fc2ef;
--accent-5: #fb9fb1;
/* Backgrounds */
--bg-1: #151515;
--bg-2: #202020;
--bg-3: #151515;
--bg-4: #151515;
/* Text Colors */
--text-0: #d0d0d0;
--text-1: #d0d0d0;
--text-2: #d0d0d0;
--text-3: #d0d0d0;
--text-4: #d0d0d0;
--text-5: #505050;
/* Popups & Modals - using hex + alpha */
--hover: #6fc2ef1a;
--active: #6fc2ef33;
--message-hover: #2020200a;
}