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: #98c379; /* Green */
|
||
|
|
--dnd-indicator: #fa7883; /* Red */
|
||
|
|
--idle-indicator: #ff9470; /* Yellow */
|
||
|
|
--streaming-indicator: #e799ff; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #6bb8ff; /* Blue */
|
||
|
|
--accent-2: #8af5ff; /* Cyan */
|
||
|
|
--accent-3: #8af5ff;
|
||
|
|
--accent-4: #6bb8ff;
|
||
|
|
--accent-5: #fa7883;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #181818;
|
||
|
|
--bg-2: #282828;
|
||
|
|
--bg-3: #181818;
|
||
|
|
--bg-4: #181818;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #ffffff;
|
||
|
|
--text-1: #ffffff;
|
||
|
|
--text-2: #ffffff;
|
||
|
|
--text-3: #ffffff;
|
||
|
|
--text-4: #ffffff;
|
||
|
|
--text-5: #888888;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #6bb8ff1a;
|
||
|
|
--active: #6bb8ff33;
|
||
|
|
--message-hover: #2828280a;
|
||
|
|
}
|