base16-discord/build/base16-terracotta-dark
2026-03-17 17:03:31 +01:00

42 lines
972 B
Plaintext

/**
* @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: #b6c68a; /* Green */
--dnd-indicator: #f6998f; /* Red */
--idle-indicator: #ffc37a; /* Yellow */
--streaming-indicator: #d8a2b0; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #b0a4c3; /* Blue */
--accent-2: #c0bcdb; /* Cyan */
--accent-3: #c0bcdb;
--accent-4: #b0a4c3;
--accent-5: #f6998f;
/* Backgrounds */
--bg-1: #241d1a;
--bg-2: #362b27;
--bg-3: #241d1a;
--bg-4: #241d1a;
/* Text Colors */
--text-0: #b8a59d;
--text-1: #b8a59d;
--text-2: #b8a59d;
--text-3: #b8a59d;
--text-4: #b8a59d;
--text-5: #594740;
/* Popups & Modals - using hex + alpha */
--hover: #b0a4c31a;
--active: #b0a4c333;
--message-hover: #362b270a;
}