base16-discord/build/base16-tomorrow-night-eighties

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: #99cc99; /* Green */
--dnd-indicator: #f2777a; /* Red */
--idle-indicator: #ffcc66; /* Yellow */
--streaming-indicator: #cc99cc; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6699cc; /* Blue */
--accent-2: #66cccc; /* Cyan */
--accent-3: #66cccc;
--accent-4: #6699cc;
--accent-5: #f2777a;
/* Backgrounds */
--bg-1: #2d2d2d;
--bg-2: #393939;
--bg-3: #2d2d2d;
--bg-4: #2d2d2d;
/* Text Colors */
--text-0: #cccccc;
--text-1: #cccccc;
--text-2: #cccccc;
--text-3: #cccccc;
--text-4: #cccccc;
--text-5: #999999;
/* Popups & Modals - using hex + alpha */
--hover: #6699cc1a;
--active: #6699cc33;
--message-hover: #3939390a;
}