base16-discord/build/base16-fruit-soda

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: #47f74c; /* Green */
--dnd-indicator: #fe3e31; /* Red */
--idle-indicator: #f7e203; /* Yellow */
--streaming-indicator: #611fce; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #2931df; /* Blue */
--accent-2: #0f9cfd; /* Cyan */
--accent-3: #0f9cfd;
--accent-4: #2931df;
--accent-5: #fe3e31;
/* Backgrounds */
--bg-1: #f1ecf1;
--bg-2: #e0dee0;
--bg-3: #f1ecf1;
--bg-4: #f1ecf1;
/* Text Colors */
--text-0: #515151;
--text-1: #515151;
--text-2: #515151;
--text-3: #515151;
--text-4: #515151;
--text-5: #b5b4b6;
/* Popups & Modals - using hex + alpha */
--hover: #2931df1a;
--active: #2931df33;
--message-hover: #e0dee00a;
}