base16-discord/build/base16-bespin

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: #54be0d; /* Green */
--dnd-indicator: #cf6a4c; /* Red */
--idle-indicator: #f9ee98; /* Yellow */
--streaming-indicator: #9b859d; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #5ea6ea; /* Blue */
--accent-2: #afc4db; /* Cyan */
--accent-3: #afc4db;
--accent-4: #5ea6ea;
--accent-5: #cf6a4c;
/* Backgrounds */
--bg-1: #28211c;
--bg-2: #36312e;
--bg-3: #28211c;
--bg-4: #28211c;
/* Text Colors */
--text-0: #8a8986;
--text-1: #8a8986;
--text-2: #8a8986;
--text-3: #8a8986;
--text-4: #8a8986;
--text-5: #666666;
/* Popups & Modals - using hex + alpha */
--hover: #5ea6ea1a;
--active: #5ea6ea33;
--message-hover: #36312e0a;
}