add stuff
This commit is contained in:
commit
f3d2d91d26
41
build/base16-0x96f
Normal file
41
build/base16-0x96f
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #bcdf59; /* Green */
|
||||
--dnd-indicator: #ff7272; /* Red */
|
||||
--idle-indicator: #ffca58; /* Yellow */
|
||||
--streaming-indicator: #a093e2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #49cae4; /* Blue */
|
||||
--accent-2: #aee8f4; /* Cyan */
|
||||
--accent-3: #aee8f4;
|
||||
--accent-4: #49cae4;
|
||||
--accent-5: #ff7272;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #262427;
|
||||
--bg-2: #3b393c;
|
||||
--bg-3: #262427;
|
||||
--bg-4: #262427;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #fcfcfc;
|
||||
--text-1: #fcfcfc;
|
||||
--text-2: #fcfcfc;
|
||||
--text-3: #fcfcfc;
|
||||
--text-4: #fcfcfc;
|
||||
--text-5: #676567;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #49cae41a;
|
||||
--active: #49cae433;
|
||||
--message-hover: #3b393c0a;
|
||||
}
|
||||
41
build/base16-3024
Normal file
41
build/base16-3024
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #01a252; /* Green */
|
||||
--dnd-indicator: #db2d20; /* Red */
|
||||
--idle-indicator: #fded02; /* Yellow */
|
||||
--streaming-indicator: #a16a94; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #01a0e4; /* Blue */
|
||||
--accent-2: #b5e4f4; /* Cyan */
|
||||
--accent-3: #b5e4f4;
|
||||
--accent-4: #01a0e4;
|
||||
--accent-5: #db2d20;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #090300;
|
||||
--bg-2: #3a3432;
|
||||
--bg-3: #090300;
|
||||
--bg-4: #090300;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a5a2a2;
|
||||
--text-1: #a5a2a2;
|
||||
--text-2: #a5a2a2;
|
||||
--text-3: #a5a2a2;
|
||||
--text-4: #a5a2a2;
|
||||
--text-5: #5c5855;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #01a0e41a;
|
||||
--active: #01a0e433;
|
||||
--message-hover: #3a34320a;
|
||||
}
|
||||
41
build/base16-apathy
Normal file
41
build/base16-apathy
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #883e96; /* Green */
|
||||
--dnd-indicator: #3e9688; /* Red */
|
||||
--idle-indicator: #3e4c96; /* Yellow */
|
||||
--streaming-indicator: #4c963e; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #96883e; /* Blue */
|
||||
--accent-2: #963e4c; /* Cyan */
|
||||
--accent-3: #963e4c;
|
||||
--accent-4: #96883e;
|
||||
--accent-5: #3e9688;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #031a16;
|
||||
--bg-2: #0b342d;
|
||||
--bg-3: #031a16;
|
||||
--bg-4: #031a16;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #81b5ac;
|
||||
--text-1: #81b5ac;
|
||||
--text-2: #81b5ac;
|
||||
--text-3: #81b5ac;
|
||||
--text-4: #81b5ac;
|
||||
--text-5: #2b685e;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #96883e1a;
|
||||
--active: #96883e33;
|
||||
--message-hover: #0b342d0a;
|
||||
}
|
||||
41
build/base16-apprentice
Normal file
41
build/base16-apprentice
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #ffffaf; /* Green */
|
||||
--dnd-indicator: #444444; /* Red */
|
||||
--idle-indicator: #87af87; /* Yellow */
|
||||
--streaming-indicator: #5fafaf; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #8787af; /* Blue */
|
||||
--accent-2: #87afd7; /* Cyan */
|
||||
--accent-3: #87afd7;
|
||||
--accent-4: #8787af;
|
||||
--accent-5: #444444;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #262626;
|
||||
--bg-2: #af5f5f;
|
||||
--bg-3: #262626;
|
||||
--bg-4: #262626;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5f5f87;
|
||||
--text-1: #5f5f87;
|
||||
--text-2: #5f5f87;
|
||||
--text-3: #5f5f87;
|
||||
--text-4: #5f5f87;
|
||||
--text-5: #87875f;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8787af1a;
|
||||
--active: #8787af33;
|
||||
--message-hover: #af5f5f0a;
|
||||
}
|
||||
41
build/base16-ascendancy
Normal file
41
build/base16-ascendancy
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #b8bb26; /* Green */
|
||||
--dnd-indicator: #d05000; /* Red */
|
||||
--idle-indicator: #ffcc1b; /* Yellow */
|
||||
--streaming-indicator: #fabd2f; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #458588; /* Blue */
|
||||
--accent-2: #8f3f71; /* Cyan */
|
||||
--accent-3: #8f3f71;
|
||||
--accent-4: #458588;
|
||||
--accent-5: #d05000;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #282828;
|
||||
--bg-2: #212f3d;
|
||||
--bg-3: #282828;
|
||||
--bg-4: #282828;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d5c7a1;
|
||||
--text-1: #d5c7a1;
|
||||
--text-2: #d5c7a1;
|
||||
--text-3: #d5c7a1;
|
||||
--text-4: #d5c7a1;
|
||||
--text-5: #928374;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #4585881a;
|
||||
--active: #45858833;
|
||||
--message-hover: #212f3d0a;
|
||||
}
|
||||
41
build/base16-ashes
Normal file
41
build/base16-ashes
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #95c7ae; /* Green */
|
||||
--dnd-indicator: #c7ae95; /* Red */
|
||||
--idle-indicator: #aec795; /* Yellow */
|
||||
--streaming-indicator: #c795ae; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #ae95c7; /* Blue */
|
||||
--accent-2: #95aec7; /* Cyan */
|
||||
--accent-3: #95aec7;
|
||||
--accent-4: #ae95c7;
|
||||
--accent-5: #c7ae95;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1c2023;
|
||||
--bg-2: #393f45;
|
||||
--bg-3: #1c2023;
|
||||
--bg-4: #1c2023;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c7ccd1;
|
||||
--text-1: #c7ccd1;
|
||||
--text-2: #c7ccd1;
|
||||
--text-3: #c7ccd1;
|
||||
--text-4: #c7ccd1;
|
||||
--text-5: #747c84;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #ae95c71a;
|
||||
--active: #ae95c733;
|
||||
--message-hover: #393f450a;
|
||||
}
|
||||
41
build/base16-atelier-cave
Normal file
41
build/base16-atelier-cave
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #2a9292; /* Green */
|
||||
--dnd-indicator: #be4678; /* Red */
|
||||
--idle-indicator: #a06e3b; /* Yellow */
|
||||
--streaming-indicator: #955ae7; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #576ddb; /* Blue */
|
||||
--accent-2: #398bc6; /* Cyan */
|
||||
--accent-3: #398bc6;
|
||||
--accent-4: #576ddb;
|
||||
--accent-5: #be4678;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #19171c;
|
||||
--bg-2: #26232a;
|
||||
--bg-3: #19171c;
|
||||
--bg-4: #19171c;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #8b8792;
|
||||
--text-1: #8b8792;
|
||||
--text-2: #8b8792;
|
||||
--text-3: #8b8792;
|
||||
--text-4: #8b8792;
|
||||
--text-5: #655f6d;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #576ddb1a;
|
||||
--active: #576ddb33;
|
||||
--message-hover: #26232a0a;
|
||||
}
|
||||
41
build/base16-atelier-cave-light
Normal file
41
build/base16-atelier-cave-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #2a9292; /* Green */
|
||||
--dnd-indicator: #be4678; /* Red */
|
||||
--idle-indicator: #a06e3b; /* Yellow */
|
||||
--streaming-indicator: #955ae7; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #576ddb; /* Blue */
|
||||
--accent-2: #398bc6; /* Cyan */
|
||||
--accent-3: #398bc6;
|
||||
--accent-4: #576ddb;
|
||||
--accent-5: #be4678;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #efecf4;
|
||||
--bg-2: #e2dfe7;
|
||||
--bg-3: #efecf4;
|
||||
--bg-4: #efecf4;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #585260;
|
||||
--text-1: #585260;
|
||||
--text-2: #585260;
|
||||
--text-3: #585260;
|
||||
--text-4: #585260;
|
||||
--text-5: #7e7887;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #576ddb1a;
|
||||
--active: #576ddb33;
|
||||
--message-hover: #e2dfe70a;
|
||||
}
|
||||
41
build/base16-atelier-dune
Normal file
41
build/base16-atelier-dune
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #60ac39; /* Green */
|
||||
--dnd-indicator: #d73737; /* Red */
|
||||
--idle-indicator: #ae9513; /* Yellow */
|
||||
--streaming-indicator: #b854d4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6684e1; /* Blue */
|
||||
--accent-2: #1fad83; /* Cyan */
|
||||
--accent-3: #1fad83;
|
||||
--accent-4: #6684e1;
|
||||
--accent-5: #d73737;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #20201d;
|
||||
--bg-2: #292824;
|
||||
--bg-3: #20201d;
|
||||
--bg-4: #20201d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a6a28c;
|
||||
--text-1: #a6a28c;
|
||||
--text-2: #a6a28c;
|
||||
--text-3: #a6a28c;
|
||||
--text-4: #a6a28c;
|
||||
--text-5: #7d7a68;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6684e11a;
|
||||
--active: #6684e133;
|
||||
--message-hover: #2928240a;
|
||||
}
|
||||
41
build/base16-atelier-dune-light
Normal file
41
build/base16-atelier-dune-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #60ac39; /* Green */
|
||||
--dnd-indicator: #d73737; /* Red */
|
||||
--idle-indicator: #ae9513; /* Yellow */
|
||||
--streaming-indicator: #b854d4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6684e1; /* Blue */
|
||||
--accent-2: #1fad83; /* Cyan */
|
||||
--accent-3: #1fad83;
|
||||
--accent-4: #6684e1;
|
||||
--accent-5: #d73737;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #fefbec;
|
||||
--bg-2: #e8e4cf;
|
||||
--bg-3: #fefbec;
|
||||
--bg-4: #fefbec;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #6e6b5e;
|
||||
--text-1: #6e6b5e;
|
||||
--text-2: #6e6b5e;
|
||||
--text-3: #6e6b5e;
|
||||
--text-4: #6e6b5e;
|
||||
--text-5: #999580;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6684e11a;
|
||||
--active: #6684e133;
|
||||
--message-hover: #e8e4cf0a;
|
||||
}
|
||||
41
build/base16-atelier-estuary
Normal file
41
build/base16-atelier-estuary
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7d9726; /* Green */
|
||||
--dnd-indicator: #ba6236; /* Red */
|
||||
--idle-indicator: #a5980d; /* Yellow */
|
||||
--streaming-indicator: #5f9182; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #36a166; /* Blue */
|
||||
--accent-2: #5b9d48; /* Cyan */
|
||||
--accent-3: #5b9d48;
|
||||
--accent-4: #36a166;
|
||||
--accent-5: #ba6236;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #22221b;
|
||||
--bg-2: #302f27;
|
||||
--bg-3: #22221b;
|
||||
--bg-4: #22221b;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #929181;
|
||||
--text-1: #929181;
|
||||
--text-2: #929181;
|
||||
--text-3: #929181;
|
||||
--text-4: #929181;
|
||||
--text-5: #6c6b5a;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #36a1661a;
|
||||
--active: #36a16633;
|
||||
--message-hover: #302f270a;
|
||||
}
|
||||
41
build/base16-atelier-estuary-light
Normal file
41
build/base16-atelier-estuary-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7d9726; /* Green */
|
||||
--dnd-indicator: #ba6236; /* Red */
|
||||
--idle-indicator: #a5980d; /* Yellow */
|
||||
--streaming-indicator: #5f9182; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #36a166; /* Blue */
|
||||
--accent-2: #5b9d48; /* Cyan */
|
||||
--accent-3: #5b9d48;
|
||||
--accent-4: #36a166;
|
||||
--accent-5: #ba6236;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f4f3ec;
|
||||
--bg-2: #e7e6df;
|
||||
--bg-3: #f4f3ec;
|
||||
--bg-4: #f4f3ec;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5f5e4e;
|
||||
--text-1: #5f5e4e;
|
||||
--text-2: #5f5e4e;
|
||||
--text-3: #5f5e4e;
|
||||
--text-4: #5f5e4e;
|
||||
--text-5: #878573;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #36a1661a;
|
||||
--active: #36a16633;
|
||||
--message-hover: #e7e6df0a;
|
||||
}
|
||||
41
build/base16-atelier-forest
Normal file
41
build/base16-atelier-forest
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7b9726; /* Green */
|
||||
--dnd-indicator: #f22c40; /* Red */
|
||||
--idle-indicator: #c38418; /* Yellow */
|
||||
--streaming-indicator: #6666ea; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #407ee7; /* Blue */
|
||||
--accent-2: #3d97b8; /* Cyan */
|
||||
--accent-3: #3d97b8;
|
||||
--accent-4: #407ee7;
|
||||
--accent-5: #f22c40;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1b1918;
|
||||
--bg-2: #2c2421;
|
||||
--bg-3: #1b1918;
|
||||
--bg-4: #1b1918;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a8a19f;
|
||||
--text-1: #a8a19f;
|
||||
--text-2: #a8a19f;
|
||||
--text-3: #a8a19f;
|
||||
--text-4: #a8a19f;
|
||||
--text-5: #766e6b;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #407ee71a;
|
||||
--active: #407ee733;
|
||||
--message-hover: #2c24210a;
|
||||
}
|
||||
41
build/base16-atelier-forest-light
Normal file
41
build/base16-atelier-forest-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7b9726; /* Green */
|
||||
--dnd-indicator: #f22c40; /* Red */
|
||||
--idle-indicator: #c38418; /* Yellow */
|
||||
--streaming-indicator: #6666ea; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #407ee7; /* Blue */
|
||||
--accent-2: #3d97b8; /* Cyan */
|
||||
--accent-3: #3d97b8;
|
||||
--accent-4: #407ee7;
|
||||
--accent-5: #f22c40;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f1efee;
|
||||
--bg-2: #e6e2e0;
|
||||
--bg-3: #f1efee;
|
||||
--bg-4: #f1efee;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #68615e;
|
||||
--text-1: #68615e;
|
||||
--text-2: #68615e;
|
||||
--text-3: #68615e;
|
||||
--text-4: #68615e;
|
||||
--text-5: #9c9491;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #407ee71a;
|
||||
--active: #407ee733;
|
||||
--message-hover: #e6e2e00a;
|
||||
}
|
||||
41
build/base16-atelier-heath
Normal file
41
build/base16-atelier-heath
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #918b3b; /* Green */
|
||||
--dnd-indicator: #ca402b; /* Red */
|
||||
--idle-indicator: #bb8a35; /* Yellow */
|
||||
--streaming-indicator: #7b59c0; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #516aec; /* Blue */
|
||||
--accent-2: #159393; /* Cyan */
|
||||
--accent-3: #159393;
|
||||
--accent-4: #516aec;
|
||||
--accent-5: #ca402b;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1b181b;
|
||||
--bg-2: #292329;
|
||||
--bg-3: #1b181b;
|
||||
--bg-4: #1b181b;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ab9bab;
|
||||
--text-1: #ab9bab;
|
||||
--text-2: #ab9bab;
|
||||
--text-3: #ab9bab;
|
||||
--text-4: #ab9bab;
|
||||
--text-5: #776977;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #516aec1a;
|
||||
--active: #516aec33;
|
||||
--message-hover: #2923290a;
|
||||
}
|
||||
41
build/base16-atelier-heath-light
Normal file
41
build/base16-atelier-heath-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #918b3b; /* Green */
|
||||
--dnd-indicator: #ca402b; /* Red */
|
||||
--idle-indicator: #bb8a35; /* Yellow */
|
||||
--streaming-indicator: #7b59c0; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #516aec; /* Blue */
|
||||
--accent-2: #159393; /* Cyan */
|
||||
--accent-3: #159393;
|
||||
--accent-4: #516aec;
|
||||
--accent-5: #ca402b;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f7f3f7;
|
||||
--bg-2: #d8cad8;
|
||||
--bg-3: #f7f3f7;
|
||||
--bg-4: #f7f3f7;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #695d69;
|
||||
--text-1: #695d69;
|
||||
--text-2: #695d69;
|
||||
--text-3: #695d69;
|
||||
--text-4: #695d69;
|
||||
--text-5: #9e8f9e;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #516aec1a;
|
||||
--active: #516aec33;
|
||||
--message-hover: #d8cad80a;
|
||||
}
|
||||
41
build/base16-atelier-lakeside
Normal file
41
build/base16-atelier-lakeside
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #568c3b; /* Green */
|
||||
--dnd-indicator: #d22d72; /* Red */
|
||||
--idle-indicator: #8a8a0f; /* Yellow */
|
||||
--streaming-indicator: #6b6bb8; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #257fad; /* Blue */
|
||||
--accent-2: #2d8f6f; /* Cyan */
|
||||
--accent-3: #2d8f6f;
|
||||
--accent-4: #257fad;
|
||||
--accent-5: #d22d72;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #161b1d;
|
||||
--bg-2: #1f292e;
|
||||
--bg-3: #161b1d;
|
||||
--bg-4: #161b1d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #7ea2b4;
|
||||
--text-1: #7ea2b4;
|
||||
--text-2: #7ea2b4;
|
||||
--text-3: #7ea2b4;
|
||||
--text-4: #7ea2b4;
|
||||
--text-5: #5a7b8c;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #257fad1a;
|
||||
--active: #257fad33;
|
||||
--message-hover: #1f292e0a;
|
||||
}
|
||||
41
build/base16-atelier-lakeside-light
Normal file
41
build/base16-atelier-lakeside-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #568c3b; /* Green */
|
||||
--dnd-indicator: #d22d72; /* Red */
|
||||
--idle-indicator: #8a8a0f; /* Yellow */
|
||||
--streaming-indicator: #6b6bb8; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #257fad; /* Blue */
|
||||
--accent-2: #2d8f6f; /* Cyan */
|
||||
--accent-3: #2d8f6f;
|
||||
--accent-4: #257fad;
|
||||
--accent-5: #d22d72;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #ebf8ff;
|
||||
--bg-2: #c1e4f6;
|
||||
--bg-3: #ebf8ff;
|
||||
--bg-4: #ebf8ff;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #516d7b;
|
||||
--text-1: #516d7b;
|
||||
--text-2: #516d7b;
|
||||
--text-3: #516d7b;
|
||||
--text-4: #516d7b;
|
||||
--text-5: #7195a8;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #257fad1a;
|
||||
--active: #257fad33;
|
||||
--message-hover: #c1e4f60a;
|
||||
}
|
||||
41
build/base16-atelier-plateau
Normal file
41
build/base16-atelier-plateau
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #4b8b8b; /* Green */
|
||||
--dnd-indicator: #ca4949; /* Red */
|
||||
--idle-indicator: #a06e3b; /* Yellow */
|
||||
--streaming-indicator: #8464c4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #7272ca; /* Blue */
|
||||
--accent-2: #5485b6; /* Cyan */
|
||||
--accent-3: #5485b6;
|
||||
--accent-4: #7272ca;
|
||||
--accent-5: #ca4949;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1b1818;
|
||||
--bg-2: #292424;
|
||||
--bg-3: #1b1818;
|
||||
--bg-4: #1b1818;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #8a8585;
|
||||
--text-1: #8a8585;
|
||||
--text-2: #8a8585;
|
||||
--text-3: #8a8585;
|
||||
--text-4: #8a8585;
|
||||
--text-5: #655d5d;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #7272ca1a;
|
||||
--active: #7272ca33;
|
||||
--message-hover: #2924240a;
|
||||
}
|
||||
41
build/base16-atelier-plateau-light
Normal file
41
build/base16-atelier-plateau-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #4b8b8b; /* Green */
|
||||
--dnd-indicator: #ca4949; /* Red */
|
||||
--idle-indicator: #a06e3b; /* Yellow */
|
||||
--streaming-indicator: #8464c4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #7272ca; /* Blue */
|
||||
--accent-2: #5485b6; /* Cyan */
|
||||
--accent-3: #5485b6;
|
||||
--accent-4: #7272ca;
|
||||
--accent-5: #ca4949;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f4ecec;
|
||||
--bg-2: #e7dfdf;
|
||||
--bg-3: #f4ecec;
|
||||
--bg-4: #f4ecec;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #585050;
|
||||
--text-1: #585050;
|
||||
--text-2: #585050;
|
||||
--text-3: #585050;
|
||||
--text-4: #585050;
|
||||
--text-5: #7e7777;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #7272ca1a;
|
||||
--active: #7272ca33;
|
||||
--message-hover: #e7dfdf0a;
|
||||
}
|
||||
41
build/base16-atelier-savanna
Normal file
41
build/base16-atelier-savanna
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #489963; /* Green */
|
||||
--dnd-indicator: #b16139; /* Red */
|
||||
--idle-indicator: #a07e3b; /* Yellow */
|
||||
--streaming-indicator: #55859b; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #478c90; /* Blue */
|
||||
--accent-2: #1c9aa0; /* Cyan */
|
||||
--accent-3: #1c9aa0;
|
||||
--accent-4: #478c90;
|
||||
--accent-5: #b16139;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #171c19;
|
||||
--bg-2: #232a25;
|
||||
--bg-3: #171c19;
|
||||
--bg-4: #171c19;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #87928a;
|
||||
--text-1: #87928a;
|
||||
--text-2: #87928a;
|
||||
--text-3: #87928a;
|
||||
--text-4: #87928a;
|
||||
--text-5: #5f6d64;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #478c901a;
|
||||
--active: #478c9033;
|
||||
--message-hover: #232a250a;
|
||||
}
|
||||
41
build/base16-atelier-savanna-light
Normal file
41
build/base16-atelier-savanna-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #489963; /* Green */
|
||||
--dnd-indicator: #b16139; /* Red */
|
||||
--idle-indicator: #a07e3b; /* Yellow */
|
||||
--streaming-indicator: #55859b; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #478c90; /* Blue */
|
||||
--accent-2: #1c9aa0; /* Cyan */
|
||||
--accent-3: #1c9aa0;
|
||||
--accent-4: #478c90;
|
||||
--accent-5: #b16139;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #ecf4ee;
|
||||
--bg-2: #dfe7e2;
|
||||
--bg-3: #ecf4ee;
|
||||
--bg-4: #ecf4ee;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #526057;
|
||||
--text-1: #526057;
|
||||
--text-2: #526057;
|
||||
--text-3: #526057;
|
||||
--text-4: #526057;
|
||||
--text-5: #78877d;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #478c901a;
|
||||
--active: #478c9033;
|
||||
--message-hover: #dfe7e20a;
|
||||
}
|
||||
41
build/base16-atelier-seaside
Normal file
41
build/base16-atelier-seaside
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #29a329; /* Green */
|
||||
--dnd-indicator: #e6193c; /* Red */
|
||||
--idle-indicator: #98981b; /* Yellow */
|
||||
--streaming-indicator: #ad2bee; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #3d62f5; /* Blue */
|
||||
--accent-2: #1999b3; /* Cyan */
|
||||
--accent-3: #1999b3;
|
||||
--accent-4: #3d62f5;
|
||||
--accent-5: #e6193c;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #131513;
|
||||
--bg-2: #242924;
|
||||
--bg-3: #131513;
|
||||
--bg-4: #131513;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #8ca68c;
|
||||
--text-1: #8ca68c;
|
||||
--text-2: #8ca68c;
|
||||
--text-3: #8ca68c;
|
||||
--text-4: #8ca68c;
|
||||
--text-5: #687d68;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #3d62f51a;
|
||||
--active: #3d62f533;
|
||||
--message-hover: #2429240a;
|
||||
}
|
||||
41
build/base16-atelier-seaside-light
Normal file
41
build/base16-atelier-seaside-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #29a329; /* Green */
|
||||
--dnd-indicator: #e6193c; /* Red */
|
||||
--idle-indicator: #98981b; /* Yellow */
|
||||
--streaming-indicator: #ad2bee; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #3d62f5; /* Blue */
|
||||
--accent-2: #1999b3; /* Cyan */
|
||||
--accent-3: #1999b3;
|
||||
--accent-4: #3d62f5;
|
||||
--accent-5: #e6193c;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f4fbf4;
|
||||
--bg-2: #cfe8cf;
|
||||
--bg-3: #f4fbf4;
|
||||
--bg-4: #f4fbf4;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5e6e5e;
|
||||
--text-1: #5e6e5e;
|
||||
--text-2: #5e6e5e;
|
||||
--text-3: #5e6e5e;
|
||||
--text-4: #5e6e5e;
|
||||
--text-5: #809980;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #3d62f51a;
|
||||
--active: #3d62f533;
|
||||
--message-hover: #cfe8cf0a;
|
||||
}
|
||||
41
build/base16-atelier-sulphurpool
Normal file
41
build/base16-atelier-sulphurpool
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #ac9739; /* Green */
|
||||
--dnd-indicator: #c94922; /* Red */
|
||||
--idle-indicator: #c08b30; /* Yellow */
|
||||
--streaming-indicator: #6679cc; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #3d8fd1; /* Blue */
|
||||
--accent-2: #22a2c9; /* Cyan */
|
||||
--accent-3: #22a2c9;
|
||||
--accent-4: #3d8fd1;
|
||||
--accent-5: #c94922;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #202746;
|
||||
--bg-2: #293256;
|
||||
--bg-3: #202746;
|
||||
--bg-4: #202746;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #979db4;
|
||||
--text-1: #979db4;
|
||||
--text-2: #979db4;
|
||||
--text-3: #979db4;
|
||||
--text-4: #979db4;
|
||||
--text-5: #6b7394;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #3d8fd11a;
|
||||
--active: #3d8fd133;
|
||||
--message-hover: #2932560a;
|
||||
}
|
||||
41
build/base16-atelier-sulphurpool-light
Normal file
41
build/base16-atelier-sulphurpool-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #ac9739; /* Green */
|
||||
--dnd-indicator: #c94922; /* Red */
|
||||
--idle-indicator: #c08b30; /* Yellow */
|
||||
--streaming-indicator: #6679cc; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #3d8fd1; /* Blue */
|
||||
--accent-2: #22a2c9; /* Cyan */
|
||||
--accent-3: #22a2c9;
|
||||
--accent-4: #3d8fd1;
|
||||
--accent-5: #c94922;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f5f7ff;
|
||||
--bg-2: #dfe2f1;
|
||||
--bg-3: #f5f7ff;
|
||||
--bg-4: #f5f7ff;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5e6687;
|
||||
--text-1: #5e6687;
|
||||
--text-2: #5e6687;
|
||||
--text-3: #5e6687;
|
||||
--text-4: #5e6687;
|
||||
--text-5: #898ea4;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #3d8fd11a;
|
||||
--active: #3d8fd133;
|
||||
--message-hover: #dfe2f10a;
|
||||
}
|
||||
41
build/base16-atlas
Normal file
41
build/base16-atlas
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7fc06e; /* Green */
|
||||
--dnd-indicator: #ff5a67; /* Red */
|
||||
--idle-indicator: #ffcc1b; /* Yellow */
|
||||
--streaming-indicator: #9a70a4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #14747e; /* Blue */
|
||||
--accent-2: #5dd7b9; /* Cyan */
|
||||
--accent-3: #5dd7b9;
|
||||
--accent-4: #14747e;
|
||||
--accent-5: #ff5a67;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #002635;
|
||||
--bg-2: #00384d;
|
||||
--bg-3: #002635;
|
||||
--bg-4: #002635;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a1a19a;
|
||||
--text-1: #a1a19a;
|
||||
--text-2: #a1a19a;
|
||||
--text-3: #a1a19a;
|
||||
--text-4: #a1a19a;
|
||||
--text-5: #6c8b91;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #14747e1a;
|
||||
--active: #14747e33;
|
||||
--message-hover: #00384d0a;
|
||||
}
|
||||
41
build/base16-ayu-dark
Normal file
41
build/base16-ayu-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #aad94c; /* Green */
|
||||
--dnd-indicator: #f07178; /* Red */
|
||||
--idle-indicator: #ffb454; /* Yellow */
|
||||
--streaming-indicator: #d2a6ff; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #59c2ff; /* Blue */
|
||||
--accent-2: #95e6cb; /* Cyan */
|
||||
--accent-3: #95e6cb;
|
||||
--accent-4: #59c2ff;
|
||||
--accent-5: #f07178;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #0b0e14;
|
||||
--bg-2: #131721;
|
||||
--bg-3: #0b0e14;
|
||||
--bg-4: #0b0e14;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #e6e1cf;
|
||||
--text-1: #e6e1cf;
|
||||
--text-2: #e6e1cf;
|
||||
--text-3: #e6e1cf;
|
||||
--text-4: #e6e1cf;
|
||||
--text-5: #3e4b59;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #59c2ff1a;
|
||||
--active: #59c2ff33;
|
||||
--message-hover: #1317210a;
|
||||
}
|
||||
41
build/base16-ayu-light
Normal file
41
build/base16-ayu-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #6cbf49; /* Green */
|
||||
--dnd-indicator: #f07171; /* Red */
|
||||
--idle-indicator: #f2ae49; /* Yellow */
|
||||
--streaming-indicator: #a37acc; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #399ee6; /* Blue */
|
||||
--accent-2: #4cbf99; /* Cyan */
|
||||
--accent-3: #4cbf99;
|
||||
--accent-4: #399ee6;
|
||||
--accent-5: #f07171;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f8f9fa;
|
||||
--bg-2: #edeff1;
|
||||
--bg-3: #f8f9fa;
|
||||
--bg-4: #f8f9fa;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5c6166;
|
||||
--text-1: #5c6166;
|
||||
--text-2: #5c6166;
|
||||
--text-3: #5c6166;
|
||||
--text-4: #5c6166;
|
||||
--text-5: #a0a6ac;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #399ee61a;
|
||||
--active: #399ee633;
|
||||
--message-hover: #edeff10a;
|
||||
}
|
||||
41
build/base16-ayu-mirage
Normal file
41
build/base16-ayu-mirage
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #d5ff80; /* Green */
|
||||
--dnd-indicator: #f28779; /* Red */
|
||||
--idle-indicator: #ffd173; /* Yellow */
|
||||
--streaming-indicator: #d4bfff; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #73d0ff; /* Blue */
|
||||
--accent-2: #95e6cb; /* Cyan */
|
||||
--accent-3: #95e6cb;
|
||||
--accent-4: #73d0ff;
|
||||
--accent-5: #f28779;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1f2430;
|
||||
--bg-2: #242936;
|
||||
--bg-3: #1f2430;
|
||||
--bg-4: #1f2430;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #cccac2;
|
||||
--text-1: #cccac2;
|
||||
--text-2: #cccac2;
|
||||
--text-3: #cccac2;
|
||||
--text-4: #cccac2;
|
||||
--text-5: #4a5059;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #73d0ff1a;
|
||||
--active: #73d0ff33;
|
||||
--message-hover: #2429360a;
|
||||
}
|
||||
41
build/base16-aztec
Normal file
41
build/base16-aztec
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #63d932; /* Green */
|
||||
--dnd-indicator: #ee2e00; /* Red */
|
||||
--idle-indicator: #eebb00; /* Yellow */
|
||||
--streaming-indicator: #883e9f; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5b4a9f; /* Blue */
|
||||
--accent-2: #3d94a5; /* Cyan */
|
||||
--accent-3: #3d94a5;
|
||||
--accent-4: #5b4a9f;
|
||||
--accent-5: #ee2e00;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #101600;
|
||||
--bg-2: #1a1e01;
|
||||
--bg-3: #101600;
|
||||
--bg-4: #101600;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ffda51;
|
||||
--text-1: #ffda51;
|
||||
--text-2: #ffda51;
|
||||
--text-3: #ffda51;
|
||||
--text-4: #ffda51;
|
||||
--text-5: #2e2e05;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5b4a9f1a;
|
||||
--active: #5b4a9f33;
|
||||
--message-hover: #1a1e010a;
|
||||
}
|
||||
41
build/base16-bespin
Normal file
41
build/base16-bespin
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #54be0d; /* Green */
|
||||
--dnd-indicator: #cf6a4c; /* Red */
|
||||
--idle-indicator: #f9ee98; /* Yellow */
|
||||
--streaming-indicator: #9b859d; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5ea6ea; /* Blue */
|
||||
--accent-2: #afc4db; /* Cyan */
|
||||
--accent-3: #afc4db;
|
||||
--accent-4: #5ea6ea;
|
||||
--accent-5: #cf6a4c;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #28211c;
|
||||
--bg-2: #36312e;
|
||||
--bg-3: #28211c;
|
||||
--bg-4: #28211c;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #8a8986;
|
||||
--text-1: #8a8986;
|
||||
--text-2: #8a8986;
|
||||
--text-3: #8a8986;
|
||||
--text-4: #8a8986;
|
||||
--text-5: #666666;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5ea6ea1a;
|
||||
--active: #5ea6ea33;
|
||||
--message-hover: #36312e0a;
|
||||
}
|
||||
41
build/base16-black-metal
Normal file
41
build/base16-black-metal
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #dd9999; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #a06666; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-bathory
Normal file
41
build/base16-black-metal-bathory
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #fbcb97; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #e78a53; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-burzum
Normal file
41
build/base16-black-metal-burzum
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #ddeecc; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #99bbaa; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-dark-funeral
Normal file
41
build/base16-black-metal-dark-funeral
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #d0dfee; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #5f81a5; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-gorgoroth
Normal file
41
build/base16-black-metal-gorgoroth
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #9b8d7f; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #8c7f70; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-immortal
Normal file
41
build/base16-black-metal-immortal
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7799bb; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #556677; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-khold
Normal file
41
build/base16-black-metal-khold
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #eceee3; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #974b46; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-marduk
Normal file
41
build/base16-black-metal-marduk
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a5aaa7; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #626b67; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-mayhem
Normal file
41
build/base16-black-metal-mayhem
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #f3ecd4; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #eecc6c; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-nile
Normal file
41
build/base16-black-metal-nile
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #aa9988; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #777755; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-black-metal-venom
Normal file
41
build/base16-black-metal-venom
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #f8f7f2; /* Green */
|
||||
--dnd-indicator: #5f8787; /* Red */
|
||||
--idle-indicator: #79241f; /* Yellow */
|
||||
--streaming-indicator: #999999; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #888888; /* Blue */
|
||||
--accent-2: #aaaaaa; /* Cyan */
|
||||
--accent-3: #aaaaaa;
|
||||
--accent-4: #888888;
|
||||
--accent-5: #5f8787;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #121212;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c1c1c1;
|
||||
--text-1: #c1c1c1;
|
||||
--text-2: #c1c1c1;
|
||||
--text-3: #c1c1c1;
|
||||
--text-4: #c1c1c1;
|
||||
--text-5: #333333;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8888881a;
|
||||
--active: #88888833;
|
||||
--message-hover: #1212120a;
|
||||
}
|
||||
41
build/base16-blueforest
Normal file
41
build/base16-blueforest
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #80ff80; /* Green */
|
||||
--dnd-indicator: #fffab1; /* Red */
|
||||
--idle-indicator: #91ccff; /* Yellow */
|
||||
--streaming-indicator: #0099ff; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #a2cff5; /* Blue */
|
||||
--accent-2: #80ff80; /* Cyan */
|
||||
--accent-3: #80ff80;
|
||||
--accent-4: #a2cff5;
|
||||
--accent-5: #fffab1;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #141f2e;
|
||||
--bg-2: #1e5c1e;
|
||||
--bg-3: #141f2e;
|
||||
--bg-4: #141f2e;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ffcc33;
|
||||
--text-1: #ffcc33;
|
||||
--text-2: #ffcc33;
|
||||
--text-3: #ffcc33;
|
||||
--text-4: #ffcc33;
|
||||
--text-5: #a0ffa0;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #a2cff51a;
|
||||
--active: #a2cff533;
|
||||
--message-hover: #1e5c1e0a;
|
||||
}
|
||||
41
build/base16-blueish
Normal file
41
build/base16-blueish
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #c3e88d; /* Green */
|
||||
--dnd-indicator: #4ce587; /* Red */
|
||||
--idle-indicator: #f6cd5c; /* Yellow */
|
||||
--streaming-indicator: #ff84dd; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #82aaff; /* Blue */
|
||||
--accent-2: #5fd1ff; /* Cyan */
|
||||
--accent-3: #5fd1ff;
|
||||
--accent-4: #82aaff;
|
||||
--accent-5: #4ce587;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #182430;
|
||||
--bg-2: #243c54;
|
||||
--bg-3: #182430;
|
||||
--bg-4: #182430;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c8e1f8;
|
||||
--text-1: #c8e1f8;
|
||||
--text-2: #c8e1f8;
|
||||
--text-3: #c8e1f8;
|
||||
--text-4: #c8e1f8;
|
||||
--text-5: #616d78;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #82aaff1a;
|
||||
--active: #82aaff33;
|
||||
--message-hover: #243c540a;
|
||||
}
|
||||
41
build/base16-booshnickle-dark
Normal file
41
build/base16-booshnickle-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #e7ff99; /* Green */
|
||||
--dnd-indicator: #ffbfa5; /* Red */
|
||||
--idle-indicator: #fff299; /* Yellow */
|
||||
--streaming-indicator: #f2bfd9; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #ccbfd9; /* Blue */
|
||||
--accent-2: #bfffc5; /* Cyan */
|
||||
--accent-3: #bfffc5;
|
||||
--accent-4: #ccbfd9;
|
||||
--accent-5: #ffbfa5;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #191914;
|
||||
--bg-2: #3a3a2e;
|
||||
--bg-3: #191914;
|
||||
--bg-4: #191914;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #bdbd97;
|
||||
--text-1: #bdbd97;
|
||||
--text-2: #bdbd97;
|
||||
--text-3: #bdbd97;
|
||||
--text-4: #bdbd97;
|
||||
--text-5: #7c7c63;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #ccbfd91a;
|
||||
--active: #ccbfd933;
|
||||
--message-hover: #3a3a2e0a;
|
||||
}
|
||||
41
build/base16-brewer
Normal file
41
build/base16-brewer
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #31a354; /* Green */
|
||||
--dnd-indicator: #e31a1c; /* Red */
|
||||
--idle-indicator: #dca060; /* Yellow */
|
||||
--streaming-indicator: #756bb1; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #3182bd; /* Blue */
|
||||
--accent-2: #80b1d3; /* Cyan */
|
||||
--accent-3: #80b1d3;
|
||||
--accent-4: #3182bd;
|
||||
--accent-5: #e31a1c;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #0c0d0e;
|
||||
--bg-2: #2e2f30;
|
||||
--bg-3: #0c0d0e;
|
||||
--bg-4: #0c0d0e;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #b7b8b9;
|
||||
--text-1: #b7b8b9;
|
||||
--text-2: #b7b8b9;
|
||||
--text-3: #b7b8b9;
|
||||
--text-4: #b7b8b9;
|
||||
--text-5: #737475;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #3182bd1a;
|
||||
--active: #3182bd33;
|
||||
--message-hover: #2e2f300a;
|
||||
}
|
||||
41
build/base16-bright
Normal file
41
build/base16-bright
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a1c659; /* Green */
|
||||
--dnd-indicator: #fb0120; /* Red */
|
||||
--idle-indicator: #fda331; /* Yellow */
|
||||
--streaming-indicator: #d381c3; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6fb3d2; /* Blue */
|
||||
--accent-2: #76c7b7; /* Cyan */
|
||||
--accent-3: #76c7b7;
|
||||
--accent-4: #6fb3d2;
|
||||
--accent-5: #fb0120;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #303030;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #e0e0e0;
|
||||
--text-1: #e0e0e0;
|
||||
--text-2: #e0e0e0;
|
||||
--text-3: #e0e0e0;
|
||||
--text-4: #e0e0e0;
|
||||
--text-5: #b0b0b0;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6fb3d21a;
|
||||
--active: #6fb3d233;
|
||||
--message-hover: #3030300a;
|
||||
}
|
||||
41
build/base16-brogrammer
Normal file
41
build/base16-brogrammer
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #f3bd09; /* Green */
|
||||
--dnd-indicator: #d6dbe5; /* Red */
|
||||
--idle-indicator: #1dd361; /* Yellow */
|
||||
--streaming-indicator: #0f7ddb; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5350b9; /* Blue */
|
||||
--accent-2: #1081d6; /* Cyan */
|
||||
--accent-3: #1081d6;
|
||||
--accent-4: #5350b9;
|
||||
--accent-5: #d6dbe5;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1f1f1f;
|
||||
--bg-2: #f81118;
|
||||
--bg-3: #1f1f1f;
|
||||
--bg-4: #1f1f1f;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #4e5ab7;
|
||||
--text-1: #4e5ab7;
|
||||
--text-2: #4e5ab7;
|
||||
--text-3: #4e5ab7;
|
||||
--text-4: #4e5ab7;
|
||||
--text-5: #ecba0f;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5350b91a;
|
||||
--active: #5350b933;
|
||||
--message-hover: #f811180a;
|
||||
}
|
||||
41
build/base16-brushtrees
Normal file
41
build/base16-brushtrees
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #87b386; /* Green */
|
||||
--dnd-indicator: #b38686; /* Red */
|
||||
--idle-indicator: #aab386; /* Yellow */
|
||||
--streaming-indicator: #b386b2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #868cb3; /* Blue */
|
||||
--accent-2: #86b3b3; /* Cyan */
|
||||
--accent-3: #86b3b3;
|
||||
--accent-4: #868cb3;
|
||||
--accent-5: #b38686;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #e3efef;
|
||||
--bg-2: #c9dbdc;
|
||||
--bg-3: #e3efef;
|
||||
--bg-4: #e3efef;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #6d828e;
|
||||
--text-1: #6d828e;
|
||||
--text-2: #6d828e;
|
||||
--text-3: #6d828e;
|
||||
--text-4: #6d828e;
|
||||
--text-5: #98afb5;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #868cb31a;
|
||||
--active: #868cb333;
|
||||
--message-hover: #c9dbdc0a;
|
||||
}
|
||||
41
build/base16-brushtrees-dark
Normal file
41
build/base16-brushtrees-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #87b386; /* Green */
|
||||
--dnd-indicator: #b38686; /* Red */
|
||||
--idle-indicator: #aab386; /* Yellow */
|
||||
--streaming-indicator: #b386b2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #868cb3; /* Blue */
|
||||
--accent-2: #86b3b3; /* Cyan */
|
||||
--accent-3: #86b3b3;
|
||||
--accent-4: #868cb3;
|
||||
--accent-5: #b38686;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #485867;
|
||||
--bg-2: #5a6d7a;
|
||||
--bg-3: #485867;
|
||||
--bg-4: #485867;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #b0c5c8;
|
||||
--text-1: #b0c5c8;
|
||||
--text-2: #b0c5c8;
|
||||
--text-3: #b0c5c8;
|
||||
--text-4: #b0c5c8;
|
||||
--text-5: #8299a1;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #868cb31a;
|
||||
--active: #868cb333;
|
||||
--message-hover: #5a6d7a0a;
|
||||
}
|
||||
41
build/base16-caroline
Normal file
41
build/base16-caroline
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #806c61; /* Green */
|
||||
--dnd-indicator: #c24f57; /* Red */
|
||||
--idle-indicator: #f28171; /* Yellow */
|
||||
--streaming-indicator: #a63650; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #684c59; /* Blue */
|
||||
--accent-2: #6b6566; /* Cyan */
|
||||
--accent-3: #6b6566;
|
||||
--accent-4: #684c59;
|
||||
--accent-5: #c24f57;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1c1213;
|
||||
--bg-2: #3a2425;
|
||||
--bg-3: #1c1213;
|
||||
--bg-4: #1c1213;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a87569;
|
||||
--text-1: #a87569;
|
||||
--text-2: #a87569;
|
||||
--text-3: #a87569;
|
||||
--text-4: #a87569;
|
||||
--text-5: #6d4745;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #684c591a;
|
||||
--active: #684c5933;
|
||||
--message-hover: #3a24250a;
|
||||
}
|
||||
41
build/base16-catppuccin-frappe
Normal file
41
build/base16-catppuccin-frappe
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a6d189; /* Green */
|
||||
--dnd-indicator: #e78284; /* Red */
|
||||
--idle-indicator: #e5c890; /* Yellow */
|
||||
--streaming-indicator: #ca9ee6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #8caaee; /* Blue */
|
||||
--accent-2: #81c8be; /* Cyan */
|
||||
--accent-3: #81c8be;
|
||||
--accent-4: #8caaee;
|
||||
--accent-5: #e78284;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #303446;
|
||||
--bg-2: #292c3c;
|
||||
--bg-3: #303446;
|
||||
--bg-4: #303446;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c6d0f5;
|
||||
--text-1: #c6d0f5;
|
||||
--text-2: #c6d0f5;
|
||||
--text-3: #c6d0f5;
|
||||
--text-4: #c6d0f5;
|
||||
--text-5: #51576d;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8caaee1a;
|
||||
--active: #8caaee33;
|
||||
--message-hover: #292c3c0a;
|
||||
}
|
||||
41
build/base16-catppuccin-latte
Normal file
41
build/base16-catppuccin-latte
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #40a02b; /* Green */
|
||||
--dnd-indicator: #d20f39; /* Red */
|
||||
--idle-indicator: #df8e1d; /* Yellow */
|
||||
--streaming-indicator: #8839ef; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #1e66f5; /* Blue */
|
||||
--accent-2: #179299; /* Cyan */
|
||||
--accent-3: #179299;
|
||||
--accent-4: #1e66f5;
|
||||
--accent-5: #d20f39;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #eff1f5;
|
||||
--bg-2: #e6e9ef;
|
||||
--bg-3: #eff1f5;
|
||||
--bg-4: #eff1f5;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #4c4f69;
|
||||
--text-1: #4c4f69;
|
||||
--text-2: #4c4f69;
|
||||
--text-3: #4c4f69;
|
||||
--text-4: #4c4f69;
|
||||
--text-5: #bcc0cc;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #1e66f51a;
|
||||
--active: #1e66f533;
|
||||
--message-hover: #e6e9ef0a;
|
||||
}
|
||||
41
build/base16-catppuccin-macchiato
Normal file
41
build/base16-catppuccin-macchiato
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a6da95; /* Green */
|
||||
--dnd-indicator: #ed8796; /* Red */
|
||||
--idle-indicator: #eed49f; /* Yellow */
|
||||
--streaming-indicator: #c6a0f6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #8aadf4; /* Blue */
|
||||
--accent-2: #8bd5ca; /* Cyan */
|
||||
--accent-3: #8bd5ca;
|
||||
--accent-4: #8aadf4;
|
||||
--accent-5: #ed8796;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #24273a;
|
||||
--bg-2: #1e2030;
|
||||
--bg-3: #24273a;
|
||||
--bg-4: #24273a;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #cad3f5;
|
||||
--text-1: #cad3f5;
|
||||
--text-2: #cad3f5;
|
||||
--text-3: #cad3f5;
|
||||
--text-4: #cad3f5;
|
||||
--text-5: #494d64;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8aadf41a;
|
||||
--active: #8aadf433;
|
||||
--message-hover: #1e20300a;
|
||||
}
|
||||
41
build/base16-catppuccin-mocha
Normal file
41
build/base16-catppuccin-mocha
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a6e3a1; /* Green */
|
||||
--dnd-indicator: #f38ba8; /* Red */
|
||||
--idle-indicator: #f9e2af; /* Yellow */
|
||||
--streaming-indicator: #cba6f7; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #89b4fa; /* Blue */
|
||||
--accent-2: #94e2d5; /* Cyan */
|
||||
--accent-3: #94e2d5;
|
||||
--accent-4: #89b4fa;
|
||||
--accent-5: #f38ba8;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1e1e2e;
|
||||
--bg-2: #181825;
|
||||
--bg-3: #1e1e2e;
|
||||
--bg-4: #1e1e2e;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #cdd6f4;
|
||||
--text-1: #cdd6f4;
|
||||
--text-2: #cdd6f4;
|
||||
--text-3: #cdd6f4;
|
||||
--text-4: #cdd6f4;
|
||||
--text-5: #45475a;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #89b4fa1a;
|
||||
--active: #89b4fa33;
|
||||
--message-hover: #1818250a;
|
||||
}
|
||||
41
build/base16-chalk
Normal file
41
build/base16-chalk
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #acc267; /* Green */
|
||||
--dnd-indicator: #fb9fb1; /* Red */
|
||||
--idle-indicator: #ddb26f; /* Yellow */
|
||||
--streaming-indicator: #e1a3ee; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6fc2ef; /* Blue */
|
||||
--accent-2: #12cfc0; /* Cyan */
|
||||
--accent-3: #12cfc0;
|
||||
--accent-4: #6fc2ef;
|
||||
--accent-5: #fb9fb1;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #151515;
|
||||
--bg-2: #202020;
|
||||
--bg-3: #151515;
|
||||
--bg-4: #151515;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d0d0d0;
|
||||
--text-1: #d0d0d0;
|
||||
--text-2: #d0d0d0;
|
||||
--text-3: #d0d0d0;
|
||||
--text-4: #d0d0d0;
|
||||
--text-5: #505050;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6fc2ef1a;
|
||||
--active: #6fc2ef33;
|
||||
--message-hover: #2020200a;
|
||||
}
|
||||
41
build/base16-charcoal-dark
Normal file
41
build/base16-charcoal-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #dec8a7; /* Green */
|
||||
--dnd-indicator: #a88c62; /* Red */
|
||||
--idle-indicator: #dec8a7; /* Yellow */
|
||||
--streaming-indicator: #a88c62; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #c3a983; /* Blue */
|
||||
--accent-2: #dec8a7; /* Cyan */
|
||||
--accent-3: #dec8a7;
|
||||
--accent-4: #c3a983;
|
||||
--accent-5: #a88c62;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #0f0b05;
|
||||
--bg-2: #231b0e;
|
||||
--bg-3: #0f0b05;
|
||||
--bg-4: #0f0b05;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c3a983;
|
||||
--text-1: #c3a983;
|
||||
--text-2: #c3a983;
|
||||
--text-3: #c3a983;
|
||||
--text-4: #c3a983;
|
||||
--text-5: #57462c;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #c3a9831a;
|
||||
--active: #c3a98333;
|
||||
--message-hover: #231b0e0a;
|
||||
}
|
||||
41
build/base16-charcoal-light
Normal file
41
build/base16-charcoal-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #110e06; /* Green */
|
||||
--dnd-indicator: #382e1b; /* Red */
|
||||
--idle-indicator: #110e06; /* Yellow */
|
||||
--streaming-indicator: #382e1b; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #251e0f; /* Blue */
|
||||
--accent-2: #110e06; /* Cyan */
|
||||
--accent-3: #110e06;
|
||||
--accent-4: #251e0f;
|
||||
--accent-5: #382e1b;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #cabda0;
|
||||
--bg-2: #bcad8c;
|
||||
--bg-3: #cabda0;
|
||||
--bg-4: #cabda0;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #382e1b;
|
||||
--text-1: #382e1b;
|
||||
--text-2: #382e1b;
|
||||
--text-3: #382e1b;
|
||||
--text-4: #382e1b;
|
||||
--text-5: #645538;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #251e0f1a;
|
||||
--active: #251e0f33;
|
||||
--message-hover: #bcad8c0a;
|
||||
}
|
||||
41
build/base16-chicago-day
Normal file
41
build/base16-chicago-day
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #009b3a; /* Green */
|
||||
--dnd-indicator: #c60c30; /* Red */
|
||||
--idle-indicator: #968400; /* Yellow */
|
||||
--streaming-indicator: #e27ea6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #522398; /* Blue */
|
||||
--accent-2: #00a1de; /* Cyan */
|
||||
--accent-3: #00a1de;
|
||||
--accent-4: #522398;
|
||||
--accent-5: #c60c30;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #e8f0ea;
|
||||
--bg-2: #d1e0d7;
|
||||
--bg-3: #e8f0ea;
|
||||
--bg-4: #e8f0ea;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #364c40;
|
||||
--text-1: #364c40;
|
||||
--text-2: #364c40;
|
||||
--text-3: #364c40;
|
||||
--text-4: #364c40;
|
||||
--text-5: #8a9a91;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5223981a;
|
||||
--active: #52239833;
|
||||
--message-hover: #d1e0d70a;
|
||||
}
|
||||
41
build/base16-chicago-night
Normal file
41
build/base16-chicago-night
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #009b3a; /* Green */
|
||||
--dnd-indicator: #c60c30; /* Red */
|
||||
--idle-indicator: #f9e300; /* Yellow */
|
||||
--streaming-indicator: #e27ea6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #522398; /* Blue */
|
||||
--accent-2: #00a1de; /* Cyan */
|
||||
--accent-3: #00a1de;
|
||||
--accent-4: #522398;
|
||||
--accent-5: #c60c30;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1e2a24;
|
||||
--bg-2: #2a3b32;
|
||||
--bg-3: #1e2a24;
|
||||
--bg-4: #1e2a24;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a7b8af;
|
||||
--text-1: #a7b8af;
|
||||
--text-2: #a7b8af;
|
||||
--text-3: #a7b8af;
|
||||
--text-4: #a7b8af;
|
||||
--text-5: #5f7368;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5223981a;
|
||||
--active: #52239833;
|
||||
--message-hover: #2a3b320a;
|
||||
}
|
||||
41
build/base16-chinoiserie
Normal file
41
build/base16-chinoiserie
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #428675; /* Green */
|
||||
--dnd-indicator: #c04851; /* Red */
|
||||
--idle-indicator: #d6a01d; /* Yellow */
|
||||
--streaming-indicator: #c08eaf; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #815c94; /* Blue */
|
||||
--accent-2: #2b73af; /* Cyan */
|
||||
--accent-3: #2b73af;
|
||||
--accent-4: #815c94;
|
||||
--accent-5: #c04851;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #ffffff;
|
||||
--bg-2: #e0e0e0;
|
||||
--bg-3: #ffffff;
|
||||
--bg-4: #ffffff;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #4a4035;
|
||||
--text-1: #4a4035;
|
||||
--text-2: #4a4035;
|
||||
--text-3: #4a4035;
|
||||
--text-4: #4a4035;
|
||||
--text-5: #80766e;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #815c941a;
|
||||
--active: #815c9433;
|
||||
--message-hover: #e0e0e00a;
|
||||
}
|
||||
41
build/base16-chinoiserie-midnight
Normal file
41
build/base16-chinoiserie-midnight
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #aeb831; /* Green */
|
||||
--dnd-indicator: #ed5a56; /* Red */
|
||||
--idle-indicator: #fbb957; /* Yellow */
|
||||
--streaming-indicator: #cf8997; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #81a2a2; /* Blue */
|
||||
--accent-2: #88b68d; /* Cyan */
|
||||
--accent-3: #88b68d;
|
||||
--accent-4: #81a2a2;
|
||||
--accent-5: #ed5a56;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1d1d1d;
|
||||
--bg-2: #282828;
|
||||
--bg-3: #1d1d1d;
|
||||
--bg-4: #1d1d1d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c4cbcf;
|
||||
--text-1: #c4cbcf;
|
||||
--text-2: #c4cbcf;
|
||||
--text-3: #c4cbcf;
|
||||
--text-4: #c4cbcf;
|
||||
--text-5: #918072;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #81a2a21a;
|
||||
--active: #81a2a233;
|
||||
--message-hover: #2828280a;
|
||||
}
|
||||
41
build/base16-chinoiserie-morandi
Normal file
41
build/base16-chinoiserie-morandi
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #8ca07b; /* Green */
|
||||
--dnd-indicator: #c06061; /* Red */
|
||||
--idle-indicator: #e5bc84; /* Yellow */
|
||||
--streaming-indicator: #98a1d8; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #839ec9; /* Blue */
|
||||
--accent-2: #5e8c9b; /* Cyan */
|
||||
--accent-3: #5e8c9b;
|
||||
--accent-4: #839ec9;
|
||||
--accent-5: #c06061;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1d1d1d;
|
||||
--bg-2: #282828;
|
||||
--bg-3: #1d1d1d;
|
||||
--bg-4: #1d1d1d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c4cbcf;
|
||||
--text-1: #c4cbcf;
|
||||
--text-2: #c4cbcf;
|
||||
--text-3: #c4cbcf;
|
||||
--text-4: #c4cbcf;
|
||||
--text-5: #918072;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #839ec91a;
|
||||
--active: #839ec933;
|
||||
--message-hover: #2828280a;
|
||||
}
|
||||
41
build/base16-chinoiserie-night
Normal file
41
build/base16-chinoiserie-night
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #b2cf87; /* Green */
|
||||
--dnd-indicator: #f07c82; /* Red */
|
||||
--idle-indicator: #f4ce69; /* Yellow */
|
||||
--streaming-indicator: #be9db9; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #8fb2c9; /* Blue */
|
||||
--accent-2: #b0d5df; /* Cyan */
|
||||
--accent-3: #b0d5df;
|
||||
--accent-4: #8fb2c9;
|
||||
--accent-5: #f07c82;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1d1d1d;
|
||||
--bg-2: #282828;
|
||||
--bg-3: #1d1d1d;
|
||||
--bg-4: #1d1d1d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c4cbcf;
|
||||
--text-1: #c4cbcf;
|
||||
--text-2: #c4cbcf;
|
||||
--text-3: #c4cbcf;
|
||||
--text-4: #c4cbcf;
|
||||
--text-5: #918072;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #8fb2c91a;
|
||||
--active: #8fb2c933;
|
||||
--message-hover: #2828280a;
|
||||
}
|
||||
41
build/base16-circus
Normal file
41
build/base16-circus
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #84b97c; /* Green */
|
||||
--dnd-indicator: #dc657d; /* Red */
|
||||
--idle-indicator: #c3ba63; /* Yellow */
|
||||
--streaming-indicator: #b888e2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #639ee4; /* Blue */
|
||||
--accent-2: #4bb1a7; /* Cyan */
|
||||
--accent-3: #4bb1a7;
|
||||
--accent-4: #639ee4;
|
||||
--accent-5: #dc657d;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #191919;
|
||||
--bg-2: #202020;
|
||||
--bg-3: #191919;
|
||||
--bg-4: #191919;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a7a7a7;
|
||||
--text-1: #a7a7a7;
|
||||
--text-2: #a7a7a7;
|
||||
--text-3: #a7a7a7;
|
||||
--text-4: #a7a7a7;
|
||||
--text-5: #5f5a60;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #639ee41a;
|
||||
--active: #639ee433;
|
||||
--message-hover: #2020200a;
|
||||
}
|
||||
41
build/base16-classic-dark
Normal file
41
build/base16-classic-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #90a959; /* Green */
|
||||
--dnd-indicator: #ac4142; /* Red */
|
||||
--idle-indicator: #f4bf75; /* Yellow */
|
||||
--streaming-indicator: #aa759f; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6a9fb5; /* Blue */
|
||||
--accent-2: #75b5aa; /* Cyan */
|
||||
--accent-3: #75b5aa;
|
||||
--accent-4: #6a9fb5;
|
||||
--accent-5: #ac4142;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #151515;
|
||||
--bg-2: #202020;
|
||||
--bg-3: #151515;
|
||||
--bg-4: #151515;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d0d0d0;
|
||||
--text-1: #d0d0d0;
|
||||
--text-2: #d0d0d0;
|
||||
--text-3: #d0d0d0;
|
||||
--text-4: #d0d0d0;
|
||||
--text-5: #505050;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6a9fb51a;
|
||||
--active: #6a9fb533;
|
||||
--message-hover: #2020200a;
|
||||
}
|
||||
41
build/base16-classic-light
Normal file
41
build/base16-classic-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #90a959; /* Green */
|
||||
--dnd-indicator: #ac4142; /* Red */
|
||||
--idle-indicator: #f4bf75; /* Yellow */
|
||||
--streaming-indicator: #aa759f; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6a9fb5; /* Blue */
|
||||
--accent-2: #75b5aa; /* Cyan */
|
||||
--accent-3: #75b5aa;
|
||||
--accent-4: #6a9fb5;
|
||||
--accent-5: #ac4142;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f5f5f5;
|
||||
--bg-2: #e0e0e0;
|
||||
--bg-3: #f5f5f5;
|
||||
--bg-4: #f5f5f5;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #303030;
|
||||
--text-1: #303030;
|
||||
--text-2: #303030;
|
||||
--text-3: #303030;
|
||||
--text-4: #303030;
|
||||
--text-5: #b0b0b0;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6a9fb51a;
|
||||
--active: #6a9fb533;
|
||||
--message-hover: #e0e0e00a;
|
||||
}
|
||||
41
build/base16-codeschool
Normal file
41
build/base16-codeschool
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #237986; /* Green */
|
||||
--dnd-indicator: #2a5491; /* Red */
|
||||
--idle-indicator: #a03b1e; /* Yellow */
|
||||
--streaming-indicator: #c59820; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #484d79; /* Blue */
|
||||
--accent-2: #b02f30; /* Cyan */
|
||||
--accent-3: #b02f30;
|
||||
--accent-4: #484d79;
|
||||
--accent-5: #2a5491;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #232c31;
|
||||
--bg-2: #1c3657;
|
||||
--bg-3: #232c31;
|
||||
--bg-4: #232c31;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #9ea7a6;
|
||||
--text-1: #9ea7a6;
|
||||
--text-2: #9ea7a6;
|
||||
--text-3: #9ea7a6;
|
||||
--text-4: #9ea7a6;
|
||||
--text-5: #3f4944;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #484d791a;
|
||||
--active: #484d7933;
|
||||
--message-hover: #1c36570a;
|
||||
}
|
||||
41
build/base16-colors
Normal file
41
build/base16-colors
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #2ecc40; /* Green */
|
||||
--dnd-indicator: #ff4136; /* Red */
|
||||
--idle-indicator: #ffdc00; /* Yellow */
|
||||
--streaming-indicator: #b10dc9; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #0074d9; /* Blue */
|
||||
--accent-2: #7fdbff; /* Cyan */
|
||||
--accent-3: #7fdbff;
|
||||
--accent-4: #0074d9;
|
||||
--accent-5: #ff4136;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #111111;
|
||||
--bg-2: #333333;
|
||||
--bg-3: #111111;
|
||||
--bg-4: #111111;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #bbbbbb;
|
||||
--text-1: #bbbbbb;
|
||||
--text-2: #bbbbbb;
|
||||
--text-3: #bbbbbb;
|
||||
--text-4: #bbbbbb;
|
||||
--text-5: #777777;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #0074d91a;
|
||||
--active: #0074d933;
|
||||
--message-hover: #3333330a;
|
||||
}
|
||||
41
build/base16-cupcake
Normal file
41
build/base16-cupcake
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a3b367; /* Green */
|
||||
--dnd-indicator: #d57e85; /* Red */
|
||||
--idle-indicator: #dcb16c; /* Yellow */
|
||||
--streaming-indicator: #bb99b4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #7297b9; /* Blue */
|
||||
--accent-2: #69a9a7; /* Cyan */
|
||||
--accent-3: #69a9a7;
|
||||
--accent-4: #7297b9;
|
||||
--accent-5: #d57e85;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #fbf1f2;
|
||||
--bg-2: #f2f1f4;
|
||||
--bg-3: #fbf1f2;
|
||||
--bg-4: #fbf1f2;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #8b8198;
|
||||
--text-1: #8b8198;
|
||||
--text-2: #8b8198;
|
||||
--text-3: #8b8198;
|
||||
--text-4: #8b8198;
|
||||
--text-5: #bfb9c6;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #7297b91a;
|
||||
--active: #7297b933;
|
||||
--message-hover: #f2f1f40a;
|
||||
}
|
||||
41
build/base16-cupertino
Normal file
41
build/base16-cupertino
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #007400; /* Green */
|
||||
--dnd-indicator: #c41a15; /* Red */
|
||||
--idle-indicator: #826b28; /* Yellow */
|
||||
--streaming-indicator: #a90d91; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #0000ff; /* Blue */
|
||||
--accent-2: #318495; /* Cyan */
|
||||
--accent-3: #318495;
|
||||
--accent-4: #0000ff;
|
||||
--accent-5: #c41a15;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #ffffff;
|
||||
--bg-2: #c0c0c0;
|
||||
--bg-3: #ffffff;
|
||||
--bg-4: #ffffff;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #404040;
|
||||
--text-1: #404040;
|
||||
--text-2: #404040;
|
||||
--text-3: #404040;
|
||||
--text-4: #404040;
|
||||
--text-5: #808080;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #0000ff1a;
|
||||
--active: #0000ff33;
|
||||
--message-hover: #c0c0c00a;
|
||||
}
|
||||
41
build/base16-cyberpunk
Normal file
41
build/base16-cyberpunk
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #61ce3c; /* Green */
|
||||
--dnd-indicator: #ff0000; /* Red */
|
||||
--idle-indicator: #ffff00; /* Yellow */
|
||||
--streaming-indicator: #ff1493; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #4c83ff; /* Blue */
|
||||
--accent-2: #93e0e3; /* Cyan */
|
||||
--accent-3: #93e0e3;
|
||||
--accent-4: #4c83ff;
|
||||
--accent-5: #ff0000;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #2b2b2b;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #dcdccc;
|
||||
--text-1: #dcdccc;
|
||||
--text-2: #dcdccc;
|
||||
--text-3: #dcdccc;
|
||||
--text-4: #dcdccc;
|
||||
--text-5: #4f4f4f;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #4c83ff1a;
|
||||
--active: #4c83ff33;
|
||||
--message-hover: #2b2b2b0a;
|
||||
}
|
||||
41
build/base16-da-one-black
Normal file
41
build/base16-da-one-black
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #000000;
|
||||
--bg-2: #282828;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* 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;
|
||||
}
|
||||
41
build/base16-da-one-gray
Normal file
41
build/base16-da-one-gray
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
41
build/base16-da-one-ocean
Normal file
41
build/base16-da-one-ocean
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #171726;
|
||||
--bg-2: #22273d;
|
||||
--bg-3: #171726;
|
||||
--bg-4: #171726;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ffffff;
|
||||
--text-1: #ffffff;
|
||||
--text-2: #ffffff;
|
||||
--text-3: #ffffff;
|
||||
--text-4: #ffffff;
|
||||
--text-5: #878d96;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6bb8ff1a;
|
||||
--active: #6bb8ff33;
|
||||
--message-hover: #22273d0a;
|
||||
}
|
||||
41
build/base16-da-one-paper
Normal file
41
build/base16-da-one-paper
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #76a85d; /* Green */
|
||||
--dnd-indicator: #de5d6e; /* Red */
|
||||
--idle-indicator: #b3684f; /* Yellow */
|
||||
--streaming-indicator: #c173d1; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5890f8; /* Blue */
|
||||
--accent-2: #64b5a7; /* Cyan */
|
||||
--accent-3: #64b5a7;
|
||||
--accent-4: #5890f8;
|
||||
--accent-5: #de5d6e;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #faf0dc;
|
||||
--bg-2: #c8c8c8;
|
||||
--bg-3: #faf0dc;
|
||||
--bg-4: #faf0dc;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #181818;
|
||||
--text-1: #181818;
|
||||
--text-2: #181818;
|
||||
--text-3: #181818;
|
||||
--text-4: #181818;
|
||||
--text-5: #585858;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5890f81a;
|
||||
--active: #5890f833;
|
||||
--message-hover: #c8c8c80a;
|
||||
}
|
||||
41
build/base16-da-one-sea
Normal file
41
build/base16-da-one-sea
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #22273d;
|
||||
--bg-2: #374059;
|
||||
--bg-3: #22273d;
|
||||
--bg-4: #22273d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ffffff;
|
||||
--text-1: #ffffff;
|
||||
--text-2: #ffffff;
|
||||
--text-3: #ffffff;
|
||||
--text-4: #ffffff;
|
||||
--text-5: #878d96;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6bb8ff1a;
|
||||
--active: #6bb8ff33;
|
||||
--message-hover: #3740590a;
|
||||
}
|
||||
41
build/base16-da-one-white
Normal file
41
build/base16-da-one-white
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #76a85d; /* Green */
|
||||
--dnd-indicator: #de5d6e; /* Red */
|
||||
--idle-indicator: #b3684f; /* Yellow */
|
||||
--streaming-indicator: #c173d1; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5890f8; /* Blue */
|
||||
--accent-2: #64b5a7; /* Cyan */
|
||||
--accent-3: #64b5a7;
|
||||
--accent-4: #5890f8;
|
||||
--accent-5: #de5d6e;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #ffffff;
|
||||
--bg-2: #c8c8c8;
|
||||
--bg-3: #ffffff;
|
||||
--bg-4: #ffffff;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #181818;
|
||||
--text-1: #181818;
|
||||
--text-2: #181818;
|
||||
--text-3: #181818;
|
||||
--text-4: #181818;
|
||||
--text-5: #585858;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5890f81a;
|
||||
--active: #5890f833;
|
||||
--message-hover: #c8c8c80a;
|
||||
}
|
||||
41
build/base16-danqing
Normal file
41
build/base16-danqing
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #8ab361; /* Green */
|
||||
--dnd-indicator: #f9906f; /* Red */
|
||||
--idle-indicator: #f0c239; /* Yellow */
|
||||
--streaming-indicator: #cca4e3; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #b0a4e3; /* Blue */
|
||||
--accent-2: #30dff3; /* Cyan */
|
||||
--accent-3: #30dff3;
|
||||
--accent-4: #b0a4e3;
|
||||
--accent-5: #f9906f;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #2d302f;
|
||||
--bg-2: #434846;
|
||||
--bg-3: #2d302f;
|
||||
--bg-4: #2d302f;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #e0f0ef;
|
||||
--text-1: #e0f0ef;
|
||||
--text-2: #e0f0ef;
|
||||
--text-3: #e0f0ef;
|
||||
--text-4: #e0f0ef;
|
||||
--text-5: #9da8a3;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #b0a4e31a;
|
||||
--active: #b0a4e333;
|
||||
--message-hover: #4348460a;
|
||||
}
|
||||
41
build/base16-danqing-light
Normal file
41
build/base16-danqing-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #8ab361; /* Green */
|
||||
--dnd-indicator: #f9906f; /* Red */
|
||||
--idle-indicator: #f0c239; /* Yellow */
|
||||
--streaming-indicator: #cca4e3; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #b0a4e3; /* Blue */
|
||||
--accent-2: #30dff3; /* Cyan */
|
||||
--accent-3: #30dff3;
|
||||
--accent-4: #b0a4e3;
|
||||
--accent-5: #f9906f;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #fcfefd;
|
||||
--bg-2: #ecf6f2;
|
||||
--bg-3: #fcfefd;
|
||||
--bg-4: #fcfefd;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #5a605d;
|
||||
--text-1: #5a605d;
|
||||
--text-2: #5a605d;
|
||||
--text-3: #5a605d;
|
||||
--text-4: #5a605d;
|
||||
--text-5: #cad8d2;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #b0a4e31a;
|
||||
--active: #b0a4e333;
|
||||
--message-hover: #ecf6f20a;
|
||||
}
|
||||
41
build/base16-darcula
Normal file
41
build/base16-darcula
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #6a8759; /* Green */
|
||||
--dnd-indicator: #4eade5; /* Red */
|
||||
--idle-indicator: #bbb529; /* Yellow */
|
||||
--streaming-indicator: #cc7832; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #9876aa; /* Blue */
|
||||
--accent-2: #629755; /* Cyan */
|
||||
--accent-3: #629755;
|
||||
--accent-4: #9876aa;
|
||||
--accent-5: #4eade5;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #2b2b2b;
|
||||
--bg-2: #323232;
|
||||
--bg-3: #2b2b2b;
|
||||
--bg-4: #2b2b2b;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a9b7c6;
|
||||
--text-1: #a9b7c6;
|
||||
--text-2: #a9b7c6;
|
||||
--text-3: #a9b7c6;
|
||||
--text-4: #a9b7c6;
|
||||
--text-5: #606366;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #9876aa1a;
|
||||
--active: #9876aa33;
|
||||
--message-hover: #3232320a;
|
||||
}
|
||||
41
build/base16-darkmoss
Normal file
41
build/base16-darkmoss
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #499180; /* Green */
|
||||
--dnd-indicator: #ff4658; /* Red */
|
||||
--idle-indicator: #fdb11f; /* Yellow */
|
||||
--streaming-indicator: #9bc0c8; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #498091; /* Blue */
|
||||
--accent-2: #66d9ef; /* Cyan */
|
||||
--accent-3: #66d9ef;
|
||||
--accent-4: #498091;
|
||||
--accent-5: #ff4658;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #171e1f;
|
||||
--bg-2: #252c2d;
|
||||
--bg-3: #171e1f;
|
||||
--bg-4: #171e1f;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #c7c7a5;
|
||||
--text-1: #c7c7a5;
|
||||
--text-2: #c7c7a5;
|
||||
--text-3: #c7c7a5;
|
||||
--text-4: #c7c7a5;
|
||||
--text-5: #555e5f;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #4980911a;
|
||||
--active: #49809133;
|
||||
--message-hover: #252c2d0a;
|
||||
}
|
||||
41
build/base16-darktooth
Normal file
41
build/base16-darktooth
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #95c085; /* Green */
|
||||
--dnd-indicator: #fb543f; /* Red */
|
||||
--idle-indicator: #fac03b; /* Yellow */
|
||||
--streaming-indicator: #8f4673; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #0d6678; /* Blue */
|
||||
--accent-2: #8ba59b; /* Cyan */
|
||||
--accent-3: #8ba59b;
|
||||
--accent-4: #0d6678;
|
||||
--accent-5: #fb543f;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #1d2021;
|
||||
--bg-2: #32302f;
|
||||
--bg-3: #1d2021;
|
||||
--bg-4: #1d2021;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a89984;
|
||||
--text-1: #a89984;
|
||||
--text-2: #a89984;
|
||||
--text-3: #a89984;
|
||||
--text-4: #a89984;
|
||||
--text-5: #665c54;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #0d66781a;
|
||||
--active: #0d667833;
|
||||
--message-hover: #32302f0a;
|
||||
}
|
||||
41
build/base16-darkviolet
Normal file
41
build/base16-darkviolet
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #4595e6; /* Green */
|
||||
--dnd-indicator: #a82ee6; /* Red */
|
||||
--idle-indicator: #f29df2; /* Yellow */
|
||||
--streaming-indicator: #7e5ce6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #4136d9; /* Blue */
|
||||
--accent-2: #40dfff; /* Cyan */
|
||||
--accent-3: #40dfff;
|
||||
--accent-4: #4136d9;
|
||||
--accent-5: #a82ee6;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #231a40;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #b08ae6;
|
||||
--text-1: #b08ae6;
|
||||
--text-2: #b08ae6;
|
||||
--text-3: #b08ae6;
|
||||
--text-4: #b08ae6;
|
||||
--text-5: #593380;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #4136d91a;
|
||||
--active: #4136d933;
|
||||
--message-hover: #231a400a;
|
||||
}
|
||||
41
build/base16-decaf
Normal file
41
build/base16-decaf
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #beda78; /* Green */
|
||||
--dnd-indicator: #ff7f7b; /* Red */
|
||||
--idle-indicator: #ffd67c; /* Yellow */
|
||||
--streaming-indicator: #efb3f7; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #90bee1; /* Blue */
|
||||
--accent-2: #bed6ff; /* Cyan */
|
||||
--accent-3: #bed6ff;
|
||||
--accent-4: #90bee1;
|
||||
--accent-5: #ff7f7b;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #2d2d2d;
|
||||
--bg-2: #393939;
|
||||
--bg-3: #2d2d2d;
|
||||
--bg-4: #2d2d2d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #cccccc;
|
||||
--text-1: #cccccc;
|
||||
--text-2: #cccccc;
|
||||
--text-3: #cccccc;
|
||||
--text-4: #cccccc;
|
||||
--text-5: #777777;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #90bee11a;
|
||||
--active: #90bee133;
|
||||
--message-hover: #3939390a;
|
||||
}
|
||||
41
build/base16-deep-oceanic-next
Normal file
41
build/base16-deep-oceanic-next
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #63b784; /* Green */
|
||||
--dnd-indicator: #d3464d; /* Red */
|
||||
--idle-indicator: #f3b863; /* Yellow */
|
||||
--streaming-indicator: #8b66d6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #568ccf; /* Blue */
|
||||
--accent-2: #4fb7ae; /* Cyan */
|
||||
--accent-3: #4fb7ae;
|
||||
--accent-4: #568ccf;
|
||||
--accent-5: #d3464d;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #001c1f;
|
||||
--bg-2: #002931;
|
||||
--bg-3: #001c1f;
|
||||
--bg-4: #001c1f;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d4e1e8;
|
||||
--text-1: #d4e1e8;
|
||||
--text-2: #d4e1e8;
|
||||
--text-3: #d4e1e8;
|
||||
--text-4: #d4e1e8;
|
||||
--text-5: #004852;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #568ccf1a;
|
||||
--active: #568ccf33;
|
||||
--message-hover: #0029310a;
|
||||
}
|
||||
41
build/base16-default-dark
Normal file
41
build/base16-default-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a1b56c; /* Green */
|
||||
--dnd-indicator: #ab4642; /* Red */
|
||||
--idle-indicator: #f7ca88; /* Yellow */
|
||||
--streaming-indicator: #ba8baf; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #7cafc2; /* Blue */
|
||||
--accent-2: #86c1b9; /* Cyan */
|
||||
--accent-3: #86c1b9;
|
||||
--accent-4: #7cafc2;
|
||||
--accent-5: #ab4642;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #181818;
|
||||
--bg-2: #282828;
|
||||
--bg-3: #181818;
|
||||
--bg-4: #181818;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d8d8d8;
|
||||
--text-1: #d8d8d8;
|
||||
--text-2: #d8d8d8;
|
||||
--text-3: #d8d8d8;
|
||||
--text-4: #d8d8d8;
|
||||
--text-5: #585858;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #7cafc21a;
|
||||
--active: #7cafc233;
|
||||
--message-hover: #2828280a;
|
||||
}
|
||||
41
build/base16-default-light
Normal file
41
build/base16-default-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a1b56c; /* Green */
|
||||
--dnd-indicator: #ab4642; /* Red */
|
||||
--idle-indicator: #f7ca88; /* Yellow */
|
||||
--streaming-indicator: #ba8baf; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #7cafc2; /* Blue */
|
||||
--accent-2: #86c1b9; /* Cyan */
|
||||
--accent-3: #86c1b9;
|
||||
--accent-4: #7cafc2;
|
||||
--accent-5: #ab4642;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #f8f8f8;
|
||||
--bg-2: #e8e8e8;
|
||||
--bg-3: #f8f8f8;
|
||||
--bg-4: #f8f8f8;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #383838;
|
||||
--text-1: #383838;
|
||||
--text-2: #383838;
|
||||
--text-3: #383838;
|
||||
--text-4: #383838;
|
||||
--text-5: #b8b8b8;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #7cafc21a;
|
||||
--active: #7cafc233;
|
||||
--message-hover: #e8e8e80a;
|
||||
}
|
||||
41
build/base16-digital-rain
Normal file
41
build/base16-digital-rain
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #64c83c; /* Green */
|
||||
--dnd-indicator: #c85a46; /* Red */
|
||||
--idle-indicator: #a67a50; /* Yellow */
|
||||
--streaming-indicator: #9472b4; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #5482af; /* Blue */
|
||||
--accent-2: #468c78; /* Cyan */
|
||||
--accent-3: #468c78;
|
||||
--accent-4: #5482af;
|
||||
--accent-5: #c85a46;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #000000;
|
||||
--bg-2: #4a806c;
|
||||
--bg-3: #000000;
|
||||
--bg-4: #000000;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #00ff00;
|
||||
--text-1: #00ff00;
|
||||
--text-2: #00ff00;
|
||||
--text-3: #00ff00;
|
||||
--text-4: #00ff00;
|
||||
--text-5: #7c8d7c;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #5482af1a;
|
||||
--active: #5482af33;
|
||||
--message-hover: #4a806c0a;
|
||||
}
|
||||
41
build/base16-dirtysea
Normal file
41
build/base16-dirtysea
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #730073; /* Green */
|
||||
--dnd-indicator: #840000; /* Red */
|
||||
--idle-indicator: #755b00; /* Yellow */
|
||||
--streaming-indicator: #000090; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #007300; /* Blue */
|
||||
--accent-2: #755b00; /* Cyan */
|
||||
--accent-3: #755b00;
|
||||
--accent-4: #007300;
|
||||
--accent-5: #840000;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #e0e0e0;
|
||||
--bg-2: #d0dad0;
|
||||
--bg-3: #e0e0e0;
|
||||
--bg-4: #e0e0e0;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #000000;
|
||||
--text-1: #000000;
|
||||
--text-2: #000000;
|
||||
--text-3: #000000;
|
||||
--text-4: #000000;
|
||||
--text-5: #707070;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #0073001a;
|
||||
--active: #00730033;
|
||||
--message-hover: #d0dad00a;
|
||||
}
|
||||
41
build/base16-dracula
Normal file
41
build/base16-dracula
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #50fa7b; /* Green */
|
||||
--dnd-indicator: #ff5555; /* Red */
|
||||
--idle-indicator: #f1fa8c; /* Yellow */
|
||||
--streaming-indicator: #ff79c6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #80bfff; /* Blue */
|
||||
--accent-2: #8be9fd; /* Cyan */
|
||||
--accent-3: #8be9fd;
|
||||
--accent-4: #80bfff;
|
||||
--accent-5: #ff5555;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #282a36;
|
||||
--bg-2: #363447;
|
||||
--bg-3: #282a36;
|
||||
--bg-4: #282a36;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #f8f8f2;
|
||||
--text-1: #f8f8f2;
|
||||
--text-2: #f8f8f2;
|
||||
--text-3: #f8f8f2;
|
||||
--text-4: #f8f8f2;
|
||||
--text-5: #6272a4;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #80bfff1a;
|
||||
--active: #80bfff33;
|
||||
--message-hover: #3634470a;
|
||||
}
|
||||
41
build/base16-edge-dark
Normal file
41
build/base16-edge-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #a1bf78; /* Green */
|
||||
--dnd-indicator: #e77171; /* Red */
|
||||
--idle-indicator: #dbb774; /* Yellow */
|
||||
--streaming-indicator: #d390e7; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #73b3e7; /* Blue */
|
||||
--accent-2: #5ebaa5; /* Cyan */
|
||||
--accent-3: #5ebaa5;
|
||||
--accent-4: #73b3e7;
|
||||
--accent-5: #e77171;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #262729;
|
||||
--bg-2: #313235;
|
||||
--bg-3: #262729;
|
||||
--bg-4: #262729;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #afb2b5;
|
||||
--text-1: #afb2b5;
|
||||
--text-2: #afb2b5;
|
||||
--text-3: #afb2b5;
|
||||
--text-4: #afb2b5;
|
||||
--text-5: #4a4c4f;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #73b3e71a;
|
||||
--active: #73b3e733;
|
||||
--message-hover: #3132350a;
|
||||
}
|
||||
41
build/base16-edge-light
Normal file
41
build/base16-edge-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
41
build/base16-eighties
Normal file
41
build/base16-eighties
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #99cc99; /* Green */
|
||||
--dnd-indicator: #f2777a; /* Red */
|
||||
--idle-indicator: #ffcc66; /* Yellow */
|
||||
--streaming-indicator: #cc99cc; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6699cc; /* Blue */
|
||||
--accent-2: #66cccc; /* Cyan */
|
||||
--accent-3: #66cccc;
|
||||
--accent-4: #6699cc;
|
||||
--accent-5: #f2777a;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #2d2d2d;
|
||||
--bg-2: #393939;
|
||||
--bg-3: #2d2d2d;
|
||||
--bg-4: #2d2d2d;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #d3d0c8;
|
||||
--text-1: #d3d0c8;
|
||||
--text-2: #d3d0c8;
|
||||
--text-3: #d3d0c8;
|
||||
--text-4: #d3d0c8;
|
||||
--text-5: #747369;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6699cc1a;
|
||||
--active: #6699cc33;
|
||||
--message-hover: #3939390a;
|
||||
}
|
||||
41
build/base16-eldritch
Normal file
41
build/base16-eldritch
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #37f499; /* Green */
|
||||
--dnd-indicator: #f16c75; /* Red */
|
||||
--idle-indicator: #f1fc79; /* Yellow */
|
||||
--streaming-indicator: #a48cf2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #39ddfd; /* Blue */
|
||||
--accent-2: #04d1f9; /* Cyan */
|
||||
--accent-3: #04d1f9;
|
||||
--accent-4: #39ddfd;
|
||||
--accent-5: #f16c75;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #212337;
|
||||
--bg-2: #323449;
|
||||
--bg-3: #212337;
|
||||
--bg-4: #212337;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #ebfafa;
|
||||
--text-1: #ebfafa;
|
||||
--text-2: #ebfafa;
|
||||
--text-3: #ebfafa;
|
||||
--text-4: #ebfafa;
|
||||
--text-5: #7081d0;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #39ddfd1a;
|
||||
--active: #39ddfd33;
|
||||
--message-hover: #3234490a;
|
||||
}
|
||||
41
build/base16-embers
Normal file
41
build/base16-embers
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #57826d; /* Green */
|
||||
--dnd-indicator: #826d57; /* Red */
|
||||
--idle-indicator: #6d8257; /* Yellow */
|
||||
--streaming-indicator: #82576d; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #6d5782; /* Blue */
|
||||
--accent-2: #576d82; /* Cyan */
|
||||
--accent-3: #576d82;
|
||||
--accent-4: #6d5782;
|
||||
--accent-5: #826d57;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #16130f;
|
||||
--bg-2: #2c2620;
|
||||
--bg-3: #16130f;
|
||||
--bg-4: #16130f;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #a39a90;
|
||||
--text-1: #a39a90;
|
||||
--text-2: #a39a90;
|
||||
--text-3: #a39a90;
|
||||
--text-4: #a39a90;
|
||||
--text-5: #5a5047;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #6d57821a;
|
||||
--active: #6d578233;
|
||||
--message-hover: #2c26200a;
|
||||
}
|
||||
41
build/base16-embers-light
Normal file
41
build/base16-embers-light
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #6d8257; /* Green */
|
||||
--dnd-indicator: #576d82; /* Red */
|
||||
--idle-indicator: #57826d; /* Yellow */
|
||||
--streaming-indicator: #6d5782; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #82576d; /* Blue */
|
||||
--accent-2: #826d57; /* Cyan */
|
||||
--accent-3: #826d57;
|
||||
--accent-4: #82576d;
|
||||
--accent-5: #576d82;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #d1d6db;
|
||||
--bg-2: #aeb6be;
|
||||
--bg-3: #d1d6db;
|
||||
--bg-4: #d1d6db;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #323b43;
|
||||
--text-1: #323b43;
|
||||
--text-2: #323b43;
|
||||
--text-3: #323b43;
|
||||
--text-4: #323b43;
|
||||
--text-5: #75808a;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #82576d1a;
|
||||
--active: #82576d33;
|
||||
--message-hover: #aeb6be0a;
|
||||
}
|
||||
41
build/base16-emil
Normal file
41
build/base16-emil
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #0073a8; /* Green */
|
||||
--dnd-indicator: #f43979; /* Red */
|
||||
--idle-indicator: #ff669b; /* Yellow */
|
||||
--streaming-indicator: #6916b6; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #471397; /* Blue */
|
||||
--accent-2: #2155d6; /* Cyan */
|
||||
--accent-3: #2155d6;
|
||||
--accent-4: #471397;
|
||||
--accent-5: #f43979;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #efefef;
|
||||
--bg-2: #bebed2;
|
||||
--bg-3: #efefef;
|
||||
--bg-4: #efefef;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #313145;
|
||||
--text-1: #313145;
|
||||
--text-2: #313145;
|
||||
--text-3: #313145;
|
||||
--text-4: #313145;
|
||||
--text-5: #7c7c98;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #4713971a;
|
||||
--active: #47139733;
|
||||
--message-hover: #bebed20a;
|
||||
}
|
||||
41
build/base16-equilibrium-dark
Normal file
41
build/base16-equilibrium-dark
Normal file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* @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: #7f8b00; /* Green */
|
||||
--dnd-indicator: #f04339; /* Red */
|
||||
--idle-indicator: #bb8801; /* Yellow */
|
||||
--streaming-indicator: #6a7fd2; /* Mauve/Purple */
|
||||
|
||||
/* Accent Colors */
|
||||
--accent-1: #008dd1; /* Blue */
|
||||
--accent-2: #00948b; /* Cyan */
|
||||
--accent-3: #00948b;
|
||||
--accent-4: #008dd1;
|
||||
--accent-5: #f04339;
|
||||
|
||||
/* Backgrounds */
|
||||
--bg-1: #0c1118;
|
||||
--bg-2: #181c22;
|
||||
--bg-3: #0c1118;
|
||||
--bg-4: #0c1118;
|
||||
|
||||
/* Text Colors */
|
||||
--text-0: #afaba2;
|
||||
--text-1: #afaba2;
|
||||
--text-2: #afaba2;
|
||||
--text-3: #afaba2;
|
||||
--text-4: #afaba2;
|
||||
--text-5: #7b776e;
|
||||
|
||||
/* Popups & Modals - using hex + alpha */
|
||||
--hover: #008dd11a;
|
||||
--active: #008dd133;
|
||||
--message-hover: #181c220a;
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user