base16-discord/build/base16-onedark
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: #98c379; /* Green */
--dnd-indicator: #e06c75; /* Red */
--idle-indicator: #e5c07b; /* Yellow */
--streaming-indicator: #c678dd; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #61afef; /* Blue */
--accent-2: #56b6c2; /* Cyan */
--accent-3: #56b6c2;
--accent-4: #61afef;
--accent-5: #e06c75;
/* Backgrounds */
--bg-1: #282c34;
--bg-2: #353b45;
--bg-3: #282c34;
--bg-4: #282c34;
/* Text Colors */
--text-0: #abb2bf;
--text-1: #abb2bf;
--text-2: #abb2bf;
--text-3: #abb2bf;
--text-4: #abb2bf;
--text-5: #545862;
/* Popups & Modals - using hex + alpha */
--hover: #61afef1a;
--active: #61afef33;
--message-hover: #353b450a;
}