base16-discord/build/base16-gotham

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: #33859e; /* Green */
--dnd-indicator: #c23127; /* Red */
--idle-indicator: #edb443; /* Yellow */
--streaming-indicator: #888ca6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #195466; /* Blue */
--accent-2: #2aa889; /* Cyan */
--accent-3: #2aa889;
--accent-4: #195466;
--accent-5: #c23127;
/* Backgrounds */
--bg-1: #0c1014;
--bg-2: #11151c;
--bg-3: #0c1014;
--bg-4: #0c1014;
/* Text Colors */
--text-0: #599cab;
--text-1: #599cab;
--text-2: #599cab;
--text-3: #599cab;
--text-4: #599cab;
--text-5: #0a3749;
/* Popups & Modals - using hex + alpha */
--hover: #1954661a;
--active: #19546633;
--message-hover: #11151c0a;
}