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: #198844; /* Green */
|
||
|
|
--dnd-indicator: #cc342b; /* Red */
|
||
|
|
--idle-indicator: #fba922; /* Yellow */
|
||
|
|
--streaming-indicator: #a36ac7; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #3971ed; /* Blue */
|
||
|
|
--accent-2: #3971ed; /* Cyan */
|
||
|
|
--accent-3: #3971ed;
|
||
|
|
--accent-4: #3971ed;
|
||
|
|
--accent-5: #cc342b;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #ffffff;
|
||
|
|
--bg-2: #e0e0e0;
|
||
|
|
--bg-3: #ffffff;
|
||
|
|
--bg-4: #ffffff;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #373b41;
|
||
|
|
--text-1: #373b41;
|
||
|
|
--text-2: #373b41;
|
||
|
|
--text-3: #373b41;
|
||
|
|
--text-4: #373b41;
|
||
|
|
--text-5: #b4b7b4;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #3971ed1a;
|
||
|
|
--active: #3971ed33;
|
||
|
|
--message-hover: #e0e0e00a;
|
||
|
|
}
|