base16-discord/build/base16-edge-light

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: #7c9f4b; /* Green */
--dnd-indicator: #db7070; /* Red */
--idle-indicator: #ebcc1a; /* Yellow */
--streaming-indicator: #b870ce; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #6587bf; /* Blue */
--accent-2: #509c93; /* Cyan */
--accent-3: #509c93;
--accent-4: #6587bf;
--accent-5: #db7070;
/* Backgrounds */
--bg-1: #fafafa;
--bg-2: #e3e5e8;
--bg-3: #fafafa;
--bg-4: #fafafa;
/* Text Colors */
--text-0: #474752;
--text-1: #474752;
--text-2: #474752;
--text-3: #474752;
--text-4: #474752;
--text-5: #9197a1;
/* Popups & Modals - using hex + alpha */
--hover: #6587bf1a;
--active: #6587bf33;
--message-hover: #e3e5e80a;
}