base16-discord/build/base16-dirtysea

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: #730073; /* Green */
--dnd-indicator: #840000; /* Red */
--idle-indicator: #755b00; /* Yellow */
--streaming-indicator: #000090; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #007300; /* Blue */
--accent-2: #755b00; /* Cyan */
--accent-3: #755b00;
--accent-4: #007300;
--accent-5: #840000;
/* Backgrounds */
--bg-1: #e0e0e0;
--bg-2: #d0dad0;
--bg-3: #e0e0e0;
--bg-4: #e0e0e0;
/* Text Colors */
--text-0: #000000;
--text-1: #000000;
--text-2: #000000;
--text-3: #000000;
--text-4: #000000;
--text-5: #707070;
/* Popups & Modals - using hex + alpha */
--hover: #0073001a;
--active: #00730033;
--message-hover: #d0dad00a;
}