summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js')
-rw-r--r--themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js b/themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js
deleted file mode 100644
index 280b5fc..0000000
--- a/themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import { M as c, _ as r } from "./config-e567ef17.js";
-const e = (n) => {
- const { r: t, g: o, b: a } = c.parse(n), s = 0.2126 * r.channel.toLinear(t) + 0.7152 * r.channel.toLinear(o) + 0.0722 * r.channel.toLinear(a);
- return r.lang.round(s);
-}, i = e, l = (n) => i(n) >= 0.5, u = l, h = (n) => !u(n), L = h;
-export {
- L as i
-};
-//# sourceMappingURL=is_dark-151801f4.js.map