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: #00bb00; /* Green */
|
||
|
|
--dnd-indicator: #007700; /* Red */
|
||
|
|
--idle-indicator: #007700; /* Yellow */
|
||
|
|
--streaming-indicator: #00bb00; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #009900; /* Blue */
|
||
|
|
--accent-2: #005500; /* Cyan */
|
||
|
|
--accent-3: #005500;
|
||
|
|
--accent-4: #009900;
|
||
|
|
--accent-5: #007700;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #001100;
|
||
|
|
--bg-2: #003300;
|
||
|
|
--bg-3: #001100;
|
||
|
|
--bg-4: #001100;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #00bb00;
|
||
|
|
--text-1: #00bb00;
|
||
|
|
--text-2: #00bb00;
|
||
|
|
--text-3: #00bb00;
|
||
|
|
--text-4: #00bb00;
|
||
|
|
--text-5: #007700;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #0099001a;
|
||
|
|
--active: #00990033;
|
||
|
|
--message-hover: #0033000a;
|
||
|
|
}
|