base16-discord/build/base16-still-alive

42 lines
972 B
Plaintext
Raw 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: #30a860; /* Green */
--dnd-indicator: #d80000; /* Red */
--idle-indicator: #fff018; /* Yellow */
--streaming-indicator: #9036ff; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #365eff; /* Blue */
--accent-2: #36d3ff; /* Cyan */
--accent-3: #36d3ff;
--accent-4: #365eff;
--accent-5: #d80000;
/* Backgrounds */
--bg-1: #f0f0f0;
--bg-2: #d6d6d6;
--bg-3: #f0f0f0;
--bg-4: #f0f0f0;
/* Text Colors */
--text-0: #4c383b;
--text-1: #4c383b;
--text-2: #4c383b;
--text-3: #4c383b;
--text-4: #4c383b;
--text-5: #a3a3a3;
/* Popups & Modals - using hex + alpha */
--hover: #365eff1a;
--active: #365eff33;
--message-hover: #d6d6d60a;
}