base16-discord/build/base16-selenized-dark

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: #75b938; /* Green */
--dnd-indicator: #fa5750; /* Red */
--idle-indicator: #dbb32d; /* Yellow */
--streaming-indicator: #af88eb; /* Mauve/Purple */
/* Accent Colors */
--accent-1: #4695f7; /* Blue */
--accent-2: #41c7b9; /* Cyan */
--accent-3: #41c7b9;
--accent-4: #4695f7;
--accent-5: #fa5750;
/* Backgrounds */
--bg-1: #103c48;
--bg-2: #184956;
--bg-3: #103c48;
--bg-4: #103c48;
/* Text Colors */
--text-0: #adbcbc;
--text-1: #adbcbc;
--text-2: #adbcbc;
--text-3: #adbcbc;
--text-4: #adbcbc;
--text-5: #72898f;
/* Popups & Modals - using hex + alpha */
--hover: #4695f71a;
--active: #4695f733;
--message-hover: #1849560a;
}