base16-discord/build/base16-material-darker

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: #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: #212121;
--bg-2: #303030;
--bg-3: #212121;
--bg-4: #212121;
/* Text Colors */
--text-0: #eeffff;
--text-1: #eeffff;
--text-2: #eeffff;
--text-3: #eeffff;
--text-4: #eeffff;
--text-5: #4a4a4a;
/* Popups & Modals - using hex + alpha */
--hover: #82aaff1a;
--active: #82aaff33;
--message-hover: #3030300a;
}