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: #f7ddff; /* Green */
|
||
|
|
--dnd-indicator: #ffd4e9; /* Red */
|
||
|
|
--idle-indicator: #fbebc8; /* Yellow */
|
||
|
|
--streaming-indicator: #dcc3f9; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #c9fff7; /* Blue */
|
||
|
|
--accent-2: #c5edc1; /* Cyan */
|
||
|
|
--accent-3: #c5edc1;
|
||
|
|
--accent-4: #c9fff7;
|
||
|
|
--accent-5: #ffd4e9;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #05080a;
|
||
|
|
--bg-2: #0a1014;
|
||
|
|
--bg-3: #05080a;
|
||
|
|
--bg-4: #05080a;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #dce2f7;
|
||
|
|
--text-1: #dce2f7;
|
||
|
|
--text-2: #dce2f7;
|
||
|
|
--text-3: #dce2f7;
|
||
|
|
--text-4: #dce2f7;
|
||
|
|
--text-5: #141f27;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #c9fff71a;
|
||
|
|
--active: #c9fff733;
|
||
|
|
--message-hover: #0a10140a;
|
||
|
|
}
|