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: #008400; /* Green */
|
||
|
|
--dnd-indicator: #bf0000; /* Red */
|
||
|
|
--idle-indicator: #af8500; /* Yellow */
|
||
|
|
--streaming-indicator: #6b40c3; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #0054cf; /* Blue */
|
||
|
|
--accent-2: #009a8a; /* Cyan */
|
||
|
|
--accent-3: #009a8a;
|
||
|
|
--accent-4: #0054cf;
|
||
|
|
--accent-5: #bf0000;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #ffffff;
|
||
|
|
--bg-2: #ebebeb;
|
||
|
|
--bg-3: #ffffff;
|
||
|
|
--bg-4: #ffffff;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #474747;
|
||
|
|
--text-1: #474747;
|
||
|
|
--text-2: #474747;
|
||
|
|
--text-3: #474747;
|
||
|
|
--text-4: #474747;
|
||
|
|
--text-5: #878787;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #0054cf1a;
|
||
|
|
--active: #0054cf33;
|
||
|
|
--message-hover: #ebebeb0a;
|
||
|
|
}
|