base16-discord/build/base16-codeschool
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: #237986; /* Green */
--dnd-indicator: #2a5491; /* Red */
--idle-indicator: #a03b1e; /* Yellow */
--streaming-indicator: #c59820; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #484d79; /* Blue */
--accent-2: #b02f30; /* Cyan */
--accent-3: #b02f30;
--accent-4: #484d79;
--accent-5: #2a5491;
/* Backgrounds */
--bg-1: #232c31;
--bg-2: #1c3657;
--bg-3: #232c31;
--bg-4: #232c31;
/* Text Colors */
--text-0: #9ea7a6;
--text-1: #9ea7a6;
--text-2: #9ea7a6;
--text-3: #9ea7a6;
--text-4: #9ea7a6;
--text-5: #3f4944;
/* Popups & Modals - using hex + alpha */
--hover: #484d791a;
--active: #484d7933;
--message-hover: #1c36570a;
}