base16-discord/build/base16-material-lighter

42 lines
972 B
Plaintext
Raw Permalink 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: #91b859; /* Green */
--dnd-indicator: #ff5370; /* Red */
--idle-indicator: #ffb62c; /* Yellow */
--streaming-indicator: #7c4dff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6182b8; /* Blue */
--accent-2: #39adb5; /* Cyan */
--accent-3: #39adb5;
--accent-4: #6182b8;
--accent-5: #ff5370;
/* Backgrounds */
--bg-1: #fafafa;
--bg-2: #e7eaec;
--bg-3: #fafafa;
--bg-4: #fafafa;
/* Text Colors */
--text-0: #80cbc4;
--text-1: #80cbc4;
--text-2: #80cbc4;
--text-3: #80cbc4;
--text-4: #80cbc4;
--text-5: #ccd7da;
/* Popups & Modals - using hex + alpha */
--hover: #6182b81a;
--active: #6182b833;
--message-hover: #e7eaec0a;
}