summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-26 11:15:09 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-10-26 11:15:09 -0400
commit8828eed307da56b129ca56cf9ee3d9d108d81d52 (patch)
tree3d0f75880be038aa0cf2cec80d42932f63d0bf6f
parent9fa047298b49319f3d52becd6859e47243342536 (diff)
downloadbfs-8828eed307da56b129ca56cf9ee3d9d108d81d52.tar.xz
README: Use a different screencast for the light theme
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42c2a0b..ae13200 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,13 @@
[Hacking]: /docs/HACKING.md
[Changelog]: /docs/CHANGELOG.md
-<img src="https://tavianator.github.io/bfs/animation.svg" alt="Screenshot">
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="https://tavianator.github.io/bfs/animation-dark.svg">
+ <source media="(prefers-color-scheme: light)" srcset="https://tavianator.github.io/bfs/animation-light.svg">
+ <img alt="Screencast" src="https://tavianator.github.io/bfs/animation-light.svg">
+</picture>
<p></p>
+
</div>
`bfs` is a variant of the UNIX `find` command that operates [**breadth-first**](https://en.wikipedia.org/wiki/Breadth-first_search) rather than [**depth-first**](https://en.wikipedia.org/wiki/Depth-first_search).