42 lines
972 B
Plaintext
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: #2a9292; /* Green */
|
||
|
|
--dnd-indicator: #be4678; /* Red */
|
||
|
|
--idle-indicator: #a06e3b; /* Yellow */
|
||
|
|
--streaming-indicator: #955ae7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #576ddb; /* Blue */
|
||
|
|
--accent-2: #398bc6; /* Cyan */
|
||
|
|
--accent-3: #398bc6;
|
||
|
|
--accent-4: #576ddb;
|
||
|
|
--accent-5: #be4678;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #19171c;
|
||
|
|
--bg-2: #26232a;
|
||
|
|
--bg-3: #19171c;
|
||
|
|
--bg-4: #19171c;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #8b8792;
|
||
|
|
--text-1: #8b8792;
|
||
|
|
--text-2: #8b8792;
|
||
|
|
--text-3: #8b8792;
|
||
|
|
--text-4: #8b8792;
|
||
|
|
--text-5: #655f6d;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #576ddb1a;
|
||
|
|
--active: #576ddb33;
|
||
|
|
--message-hover: #26232a0a;
|
||
|
|
}
|