base16-discord/build/base16-material-palenight

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: #c3e88d; /* Green */
--dnd-indicator: #f07178; /* Red */
--idle-indicator: #ffcb6b; /* Yellow */
--streaming-indicator: #c792ea; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #82aaff; /* Blue */
--accent-2: #89ddff; /* Cyan */
--accent-3: #89ddff;
--accent-4: #82aaff;
--accent-5: #f07178;
/* Backgrounds */
--bg-1: #292d3e;
--bg-2: #444267;
--bg-3: #292d3e;
--bg-4: #292d3e;
/* Text Colors */
--text-0: #959dcb;
--text-1: #959dcb;
--text-2: #959dcb;
--text-3: #959dcb;
--text-4: #959dcb;
--text-5: #676e95;
/* Popups & Modals - using hex + alpha */
--hover: #82aaff1a;
--active: #82aaff33;
--message-hover: #4442670a;
}