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: #7c9f4b; /* Green */
|
||
|
|
--dnd-indicator: #db7070; /* Red */
|
||
|
|
--idle-indicator: #ebcc1a; /* Yellow */
|
||
|
|
--streaming-indicator: #b870ce; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #6587bf; /* Blue */
|
||
|
|
--accent-2: #509c93; /* Cyan */
|
||
|
|
--accent-3: #509c93;
|
||
|
|
--accent-4: #6587bf;
|
||
|
|
--accent-5: #db7070;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #fafafa;
|
||
|
|
--bg-2: #e3e5e8;
|
||
|
|
--bg-3: #fafafa;
|
||
|
|
--bg-4: #fafafa;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #474752;
|
||
|
|
--text-1: #474752;
|
||
|
|
--text-2: #474752;
|
||
|
|
--text-3: #474752;
|
||
|
|
--text-4: #474752;
|
||
|
|
--text-5: #9197a1;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #6587bf1a;
|
||
|
|
--active: #6587bf33;
|
||
|
|
--message-hover: #e3e5e80a;
|
||
|
|
}
|