base16-discord/build/base16-helios

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: #88b92d; /* Green */
--dnd-indicator: #d72638; /* Red */
--idle-indicator: #f19d1a; /* Yellow */
--streaming-indicator: #be4264; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #1e8bac; /* Blue */
--accent-2: #1ba595; /* Cyan */
--accent-3: #1ba595;
--accent-4: #1e8bac;
--accent-5: #d72638;
/* Backgrounds */
--bg-1: #1d2021;
--bg-2: #383c3e;
--bg-3: #1d2021;
--bg-4: #1d2021;
/* Text Colors */
--text-0: #d5d5d5;
--text-1: #d5d5d5;
--text-2: #d5d5d5;
--text-3: #d5d5d5;
--text-4: #d5d5d5;
--text-5: #6f7579;
/* Popups & Modals - using hex + alpha */
--hover: #1e8bac1a;
--active: #1e8bac33;
--message-hover: #383c3e0a;
}