base16-discord/build/base16-everforest

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: #a7c080; /* Green */
--dnd-indicator: #e67e80; /* Red */
--idle-indicator: #dbbc7f; /* Yellow */
--streaming-indicator: #d699b6; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #7fbbb3; /* Blue */
--accent-2: #83c092; /* Cyan */
--accent-3: #83c092;
--accent-4: #7fbbb3;
--accent-5: #e67e80;
/* Backgrounds */
--bg-1: #2d353b;
--bg-2: #343f44;
--bg-3: #2d353b;
--bg-4: #2d353b;
/* Text Colors */
--text-0: #d3c6aa;
--text-1: #d3c6aa;
--text-2: #d3c6aa;
--text-3: #d3c6aa;
--text-4: #d3c6aa;
--text-5: #859289;
/* Popups & Modals - using hex + alpha */
--hover: #7fbbb31a;
--active: #7fbbb333;
--message-hover: #343f440a;
}