summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-15 22:27:55 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-15 22:27:55 +0200
commit3be5285488090ab70254b3080e33e64e6c702d2c (patch)
tree1e54462f560fd759b5be13d5ecfe1fa5c2c832ed /themes/blowfish/assets/lib/mermaid/is_dark-151801f4.js
parent69075c6fb15ae660fc3d78eb2a4dfcde1c5fba1c (diff)
sync theme
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