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: #8fc13e; /* Green */
|
|
--dnd-indicator: #dd464c; /* Red */
|
|
--idle-indicator: #fdcc59; /* Yellow */
|
|
--streaming-indicator: #c85e7c; /* Mauve/Purple */
|
|
|
|
/* Accent Colors */
|
|
--accent-1: #1290bf; /* Blue */
|
|
--accent-2: #149b93; /* Cyan */
|
|
--accent-3: #149b93;
|
|
--accent-4: #1290bf;
|
|
--accent-5: #dd464c;
|
|
|
|
/* Backgrounds */
|
|
--bg-1: #322931;
|
|
--bg-2: #433b42;
|
|
--bg-3: #322931;
|
|
--bg-4: #322931;
|
|
|
|
/* Text Colors */
|
|
--text-0: #b9b5b8;
|
|
--text-1: #b9b5b8;
|
|
--text-2: #b9b5b8;
|
|
--text-3: #b9b5b8;
|
|
--text-4: #b9b5b8;
|
|
--text-5: #797379;
|
|
|
|
/* Popups & Modals - using hex + alpha */
|
|
--hover: #1290bf1a;
|
|
--active: #1290bf33;
|
|
--message-hover: #433b420a;
|
|
}
|