base16-discord/build/base16-solarized-dark
2026-03-17 17:03:31 +01:00

42 lines
972 B
Plaintext

/**
* @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: #859900; /* Green */
--dnd-indicator: #dc322f; /* Red */
--idle-indicator: #b58900; /* Yellow */
--streaming-indicator: #6c71c4; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #268bd2; /* Blue */
--accent-2: #2aa198; /* Cyan */
--accent-3: #2aa198;
--accent-4: #268bd2;
--accent-5: #dc322f;
/* Backgrounds */
--bg-1: #002b36;
--bg-2: #073642;
--bg-3: #002b36;
--bg-4: #002b36;
/* Text Colors */
--text-0: #93a1a1;
--text-1: #93a1a1;
--text-2: #93a1a1;
--text-3: #93a1a1;
--text-4: #93a1a1;
--text-5: #657b83;
/* Popups & Modals - using hex + alpha */
--hover: #268bd21a;
--active: #268bd233;
--message-hover: #0736420a;
}