base16-discord/build/base16-gruvbox-dark-hard

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: #b8bb26; /* Green */
--dnd-indicator: #fb4934; /* Red */
--idle-indicator: #fabd2f; /* Yellow */
--streaming-indicator: #d3869b; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #83a598; /* Blue */
--accent-2: #8ec07c; /* Cyan */
--accent-3: #8ec07c;
--accent-4: #83a598;
--accent-5: #fb4934;
/* Backgrounds */
--bg-1: #1d2021;
--bg-2: #3c3836;
--bg-3: #1d2021;
--bg-4: #1d2021;
/* Text Colors */
--text-0: #d5c4a1;
--text-1: #d5c4a1;
--text-2: #d5c4a1;
--text-3: #d5c4a1;
--text-4: #d5c4a1;
--text-5: #665c54;
/* Popups & Modals - using hex + alpha */
--hover: #83a5981a;
--active: #83a59833;
--message-hover: #3c38360a;
}