GitHub is able to pick a different version of a picture depending on whether the light theme or the dark theme is in use for the page. Let's adjust the picture accordingly.
@@ -1,6 +1,9 @@
# rbpf
-
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="misc/rbpf_256_border.png">
+ <img src="misc/rbpf_256.png">
+</picture>
Rust (user-space) virtual machine for eBPF