base16-discord/build/base16-tube

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: #00853e; /* Green */
--dnd-indicator: #ee2e24; /* Red */
--idle-indicator: #ffd204; /* Yellow */
--streaming-indicator: #98005d; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #009ddc; /* Blue */
--accent-2: #85cebc; /* Cyan */
--accent-3: #85cebc;
--accent-4: #009ddc;
--accent-5: #ee2e24;
/* Backgrounds */
--bg-1: #231f20;
--bg-2: #1c3f95;
--bg-3: #231f20;
--bg-4: #231f20;
/* Text Colors */
--text-0: #d9d8d8;
--text-1: #d9d8d8;
--text-2: #d9d8d8;
--text-3: #d9d8d8;
--text-4: #d9d8d8;
--text-5: #737171;
/* Popups & Modals - using hex + alpha */
--hover: #009ddc1a;
--active: #009ddc33;
--message-hover: #1c3f950a;
}