base16-discord/build/base16-brushtrees

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: #87b386; /* Green */
--dnd-indicator: #b38686; /* Red */
--idle-indicator: #aab386; /* Yellow */
--streaming-indicator: #b386b2; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #868cb3; /* Blue */
--accent-2: #86b3b3; /* Cyan */
--accent-3: #86b3b3;
--accent-4: #868cb3;
--accent-5: #b38686;
/* Backgrounds */
--bg-1: #e3efef;
--bg-2: #c9dbdc;
--bg-3: #e3efef;
--bg-4: #e3efef;
/* Text Colors */
--text-0: #6d828e;
--text-1: #6d828e;
--text-2: #6d828e;
--text-3: #6d828e;
--text-4: #6d828e;
--text-5: #98afb5;
/* Popups & Modals - using hex + alpha */
--hover: #868cb31a;
--active: #868cb333;
--message-hover: #c9dbdc0a;
}