base16-discord/build/base16-woodland
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: #b7ba53; /* Green */
--dnd-indicator: #d35c5c; /* Red */
--idle-indicator: #e0ac16; /* Yellow */
--streaming-indicator: #bb90e2; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #88a4d3; /* Blue */
--accent-2: #6eb958; /* Cyan */
--accent-3: #6eb958;
--accent-4: #88a4d3;
--accent-5: #d35c5c;
/* Backgrounds */
--bg-1: #231e18;
--bg-2: #302b25;
--bg-3: #231e18;
--bg-4: #231e18;
/* Text Colors */
--text-0: #cabcb1;
--text-1: #cabcb1;
--text-2: #cabcb1;
--text-3: #cabcb1;
--text-4: #cabcb1;
--text-5: #9d8b70;
/* Popups & Modals - using hex + alpha */
--hover: #88a4d31a;
--active: #88a4d333;
--message-hover: #302b250a;
}