base16-discord/build/base16-equilibrium-dark

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: #7f8b00; /* Green */
--dnd-indicator: #f04339; /* Red */
--idle-indicator: #bb8801; /* Yellow */
--streaming-indicator: #6a7fd2; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #008dd1; /* Blue */
--accent-2: #00948b; /* Cyan */
--accent-3: #00948b;
--accent-4: #008dd1;
--accent-5: #f04339;
/* Backgrounds */
--bg-1: #0c1118;
--bg-2: #181c22;
--bg-3: #0c1118;
--bg-4: #0c1118;
/* Text Colors */
--text-0: #afaba2;
--text-1: #afaba2;
--text-2: #afaba2;
--text-3: #afaba2;
--text-4: #afaba2;
--text-5: #7b776e;
/* Popups & Modals - using hex + alpha */
--hover: #008dd11a;
--active: #008dd133;
--message-hover: #181c220a;
}