base16-discord/build/base16-lime

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: #8cd97c; /* Green */
--dnd-indicator: #ff662a; /* Red */
--idle-indicator: #ffd15e; /* Yellow */
--streaming-indicator: #1b825f; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #2b926f; /* Blue */
--accent-2: #4cad83; /* Cyan */
--accent-3: #4cad83;
--accent-4: #2b926f;
--accent-5: #ff662a;
/* Backgrounds */
--bg-1: #1a1a2f;
--bg-2: #202030;
--bg-3: #1a1a2f;
--bg-4: #1a1a2f;
/* Text Colors */
--text-0: #818175;
--text-1: #818175;
--text-2: #818175;
--text-3: #818175;
--text-4: #818175;
--text-5: #313140;
/* Popups & Modals - using hex + alpha */
--hover: #2b926f1a;
--active: #2b926f33;
--message-hover: #2020300a;
}