base16-discord/build/base16-atelier-heath

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: #918b3b; /* Green */
--dnd-indicator: #ca402b; /* Red */
--idle-indicator: #bb8a35; /* Yellow */
--streaming-indicator: #7b59c0; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #516aec; /* Blue */
--accent-2: #159393; /* Cyan */
--accent-3: #159393;
--accent-4: #516aec;
--accent-5: #ca402b;
/* Backgrounds */
--bg-1: #1b181b;
--bg-2: #292329;
--bg-3: #1b181b;
--bg-4: #1b181b;
/* Text Colors */
--text-0: #ab9bab;
--text-1: #ab9bab;
--text-2: #ab9bab;
--text-3: #ab9bab;
--text-4: #ab9bab;
--text-5: #776977;
/* Popups & Modals - using hex + alpha */
--hover: #516aec1a;
--active: #516aec33;
--message-hover: #2923290a;
}