base16-discord/build/base16-ashes
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: #95c7ae; /* Green */
--dnd-indicator: #c7ae95; /* Red */
--idle-indicator: #aec795; /* Yellow */
--streaming-indicator: #c795ae; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #ae95c7; /* Blue */
--accent-2: #95aec7; /* Cyan */
--accent-3: #95aec7;
--accent-4: #ae95c7;
--accent-5: #c7ae95;
/* Backgrounds */
--bg-1: #1c2023;
--bg-2: #393f45;
--bg-3: #1c2023;
--bg-4: #1c2023;
/* Text Colors */
--text-0: #c7ccd1;
--text-1: #c7ccd1;
--text-2: #c7ccd1;
--text-3: #c7ccd1;
--text-4: #c7ccd1;
--text-5: #747c84;
/* Popups & Modals - using hex + alpha */
--hover: #ae95c71a;
--active: #ae95c733;
--message-hover: #393f450a;
}