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: #388e3c; /* Green */
|
||
|
|
--dnd-indicator: #b0151a; /* Red */
|
||
|
|
--idle-indicator: #ffb627; /* Yellow */
|
||
|
|
--streaming-indicator: #700f98; /* Mauve/Purple */
|
||
|
|
|
||
|
|
/* Accent Colors */
|
||
|
|
--accent-1: #0082c9; /* Blue */
|
||
|
|
--accent-2: #008e8e; /* Cyan */
|
||
|
|
--accent-3: #008e8e;
|
||
|
|
--accent-4: #0082c9;
|
||
|
|
--accent-5: #b0151a;
|
||
|
|
|
||
|
|
/* Backgrounds */
|
||
|
|
--bg-1: #f8f8f2;
|
||
|
|
--bg-2: #efefe9;
|
||
|
|
--bg-3: #f8f8f2;
|
||
|
|
--bg-4: #f8f8f2;
|
||
|
|
|
||
|
|
/* Text Colors */
|
||
|
|
--text-0: #232629;
|
||
|
|
--text-1: #232629;
|
||
|
|
--text-2: #232629;
|
||
|
|
--text-3: #232629;
|
||
|
|
--text-4: #232629;
|
||
|
|
--text-5: #c0c0bd;
|
||
|
|
|
||
|
|
/* Popups & Modals - using hex + alpha */
|
||
|
|
--hover: #0082c91a;
|
||
|
|
--active: #0082c933;
|
||
|
|
--message-hover: #efefe90a;
|
||
|
|
}
|